]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/compressor/zstd/CompressionPluginZstd.cc
update sources to 12.2.8
[ceph.git] / ceph / src / compressor / zstd / CompressionPluginZstd.cc
index 321b3dd96f62be6d9c2e5d5832f00208d74bf664..d9007b788a4d669d14e97f3ddf1af1971bdb1953 100644 (file)
@@ -16,8 +16,6 @@
 #include "ceph_ver.h"
 #include "CompressionPluginZstd.h"
 
-#ifndef BUILDING_FOR_EMBEDDED
-
 // -----------------------------------------------------------------------------
 
 const char *__ceph_plugin_version()
@@ -35,5 +33,3 @@ int __ceph_plugin_init(CephContext *cct,
 
   return instance->add(type, name, new CompressionPluginZstd(cct));
 }
-
-#endif // !BUILDING_FOR_EMBEDDED