diff options
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/di-set | 24 | ||||
-rw-r--r-- | gl/modules/di-set-tests | 10 | ||||
-rw-r--r-- | gl/modules/ino-map | 24 | ||||
-rw-r--r-- | gl/modules/ino-map-tests | 10 |
4 files changed, 0 insertions, 68 deletions
diff --git a/gl/modules/di-set b/gl/modules/di-set deleted file mode 100644 index 562db14a4..000000000 --- a/gl/modules/di-set +++ /dev/null @@ -1,24 +0,0 @@ -Description: -manipulate sets of device-inode pairs efficiently - -Files: -lib/di-set.c -lib/di-set.h - -Depends-on: -ino-map -hash - -configure.ac: - -Makefile.am: -lib_SOURCES += di-set.c di-set.h - -Include: -"di-set.h" - -License -GPL - -Maintainer: -Jim Meyering diff --git a/gl/modules/di-set-tests b/gl/modules/di-set-tests deleted file mode 100644 index d60f7fdc6..000000000 --- a/gl/modules/di-set-tests +++ /dev/null @@ -1,10 +0,0 @@ -Files: -tests/test-di-set.c - -Depends-on: - -configure.ac: - -Makefile.am: -TESTS += test-di-set -check_PROGRAMS += test-di-set diff --git a/gl/modules/ino-map b/gl/modules/ino-map deleted file mode 100644 index 06ee51d5b..000000000 --- a/gl/modules/ino-map +++ /dev/null @@ -1,24 +0,0 @@ -Description: -maintain a mapping of ino_t numbers to small integers - -Files: -lib/ino-map.c -lib/ino-map.h - -Depends-on: -hash -verify - -configure.ac: - -Makefile.am: -lib_SOURCES += ino-map.c ino-map.h - -Include: -"ino-map.h" - -License -GPL - -Maintainer: -Jim Meyering diff --git a/gl/modules/ino-map-tests b/gl/modules/ino-map-tests deleted file mode 100644 index fa10b4ffc..000000000 --- a/gl/modules/ino-map-tests +++ /dev/null @@ -1,10 +0,0 @@ -Files: -tests/test-ino-map.c - -Depends-on: - -configure.ac: - -Makefile.am: -TESTS += test-ino-map -check_PROGRAMS += test-ino-map |