Przeglądaj źródła

compat.c is not empty anymore

Hugo Beauzée-Luyssen 9 lat temu
rodzic
commit
1e318e49de
1 zmienionych plików z 0 dodań i 9 usunięć
  1. 0 9
      compat/compat.c

+ 0 - 9
compat/compat.c

@@ -1,14 +1,5 @@
 #include "config.h"
 
-/* This file is just a placeholder so the library isn't empty */
-
-/* This function does strictly nothing. It's just here to avoid
-   libcompat.a to be empty, which is illegal */
-int not_empty()
-{
-    return 42;
-}
-
 #if !defined(HAVE_PIPE) && defined(HAVE__PIPE)
 
 #include <fcntl.h>