소스 검색

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>