]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/erasure-code/isa/ErasureCodePluginIsa.cc
update sources to 12.2.8
[ceph.git] / ceph / src / erasure-code / isa / ErasureCodePluginIsa.cc
index 0641f457d49fcbb449c9f57b8e7205b4df3d6417..5eda591bac59a7442d8f6320961e1c89d30ef106 100644 (file)
@@ -65,8 +65,6 @@ int ErasureCodePluginIsa::factory(const std::string &directory,
     return 0;
 }
 
-#ifndef BUILDING_FOR_EMBEDDED
-
 // -----------------------------------------------------------------------------
 
 const char *__erasure_code_version()
@@ -82,5 +80,3 @@ int __erasure_code_init(char *plugin_name, char *directory)
 
   return instance.add(plugin_name, new ErasureCodePluginIsa());
 }
-
-#endif