aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat
diff options
Diffstat (limited to 'compat')
-rw-r--r--compat/id-files-stat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/compat/id-files-stat.c b/compat/id-files-stat.c
deleted file mode 100644
index 62f0f57e..00000000
--- a/compat/id-files-stat.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "../token.h"
-#include <sys/stat.h>
-
-int identical_files(struct stream* s, struct stat *st, const char * name)
-{
- return s->dev == st->st_dev && s->ino == st->st_ino;
-}