chiark / gitweb /
Prep v224: Major cleanup of unneeded functions and some source files.
[elogind.git] / src / basic / virt.c
index 1299a75ed54d242ef9b93964b7a24dfe302fff9c..b2383e52658c242c5f25dec13245a9514f9d07a4 100644 (file)
@@ -386,6 +386,8 @@ finish:
         return r;
 }
 
+/// UNNEEDED by elogind
+#if 0
 /* Returns a short identifier for the various VM/container implementations */
 int detect_virtualization(const char **id) {
         int r;
@@ -404,3 +406,4 @@ int detect_virtualization(const char **id) {
 
         return VIRTUALIZATION_NONE;
 }
+#endif // 0