瀏覽代碼

compat.c is not empty anymore

Hugo Beauzée-Luyssen 9 年之前
父節點
當前提交
1e318e49de
共有 1 個文件被更改,包括 0 次插入9 次删除
  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>