소스 검색

(usage): Prototype moved to common.h

Sergey Poznyakoff 21 년 전
부모
커밋
a5bafe7962
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/tar.c

+ 0 - 2
src/tar.c

@@ -56,7 +56,6 @@
 # define DEFAULT_BLOCKING 20
 #endif
 
-void usage (int) __attribute__ ((noreturn));
 
 /* Miscellaneous.  */
 
@@ -1588,4 +1587,3 @@ tar_stat_destroy (struct tar_stat_info *st)
   free (st->sparse_map);
   memset (st, 0, sizeof (*st));
 }
-