Skip to content

Commit

Permalink
remove unneeded declarations in "compat.h"
Browse files Browse the repository at this point in the history
struct stream & struct stat are defined in this file
but were only used for identical_files() which has been
removed years ago.

So, remove these declarations.

Signed-off-by: Luc Van Oostenryck <[email protected]>
  • Loading branch information
lucvoo committed Dec 19, 2018
1 parent e870df7 commit 5fa48c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* - "string to long double" (C99 strtold())
* Missing in Solaris and MinGW
*/
struct stream;
struct stat;

/*
* Our "blob" allocator works on chunks that are multiples
Expand Down

0 comments on commit 5fa48c0

Please sign in to comment.