diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/find.c | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 96147e1..e959702 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -11,7 +11,6 @@ set(libspm_src resolve.c fs.c rpath.c - find.c shell.c archive.c str.c diff --git a/lib/find.c b/lib/find.c deleted file mode 100644 index 39a52df..0000000 --- a/lib/find.c +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @file find.c - */ -#include "spm.h" - |