From 69dfe8af1bf086cae273cd6213aa11a894a135a3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 5 Jun 2020 17:01:48 -0400 Subject: Remove find.{c,h} --- lib/CMakeLists.txt | 1 - lib/find.c | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 lib/find.c (limited to 'lib') 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" - -- cgit