diff options
| author | Stefan Boberg <[email protected]> | 2026-01-19 13:40:35 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-19 13:40:35 +0100 |
| commit | cce940527809c155886986c3752b7978dc4cf5ce (patch) | |
| tree | 9a1df6e9b1b648ee4e90d4c333a811027a2b9b9e /src/zenstore/cas.h | |
| parent | OTLP/trace improvements (#717) (diff) | |
| download | zen-cce940527809c155886986c3752b7978dc4cf5ce.tar.xz zen-cce940527809c155886986c3752b7978dc4cf5ce.zip | |
remove ZENCORE_API completely (#718)
initially we had ZENCORE_API macros to potentially allow for DLL linkage. It turns out that this is not useful and the macros just contribute noise, so this change removes them completely.
Diffstat (limited to 'src/zenstore/cas.h')
| -rw-r--r-- | src/zenstore/cas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/cas.h b/src/zenstore/cas.h index 0f6e2ba9d..47b6e63cc 100644 --- a/src/zenstore/cas.h +++ b/src/zenstore/cas.h @@ -59,7 +59,7 @@ protected: CidStoreConfiguration m_Config; }; -ZENCORE_API std::unique_ptr<CasStore> CreateCasStore(GcManager& Gc); +std::unique_ptr<CasStore> CreateCasStore(GcManager& Gc); void CAS_forcelink(); |