aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nlplug-findfs.c')
-rw-r--r--nlplug-findfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index 390a51b..e89ab23 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -149,7 +149,6 @@ static inline int list_empty(const struct list_head *n)
&pos->member != (head); \
pos = list_entry(pos->member.next, typeof(*pos), member))
-
static char **clone_array(char *const *const a)
{
size_t i, s;
@@ -1025,7 +1024,6 @@ static int search_cryptdevs(struct uevent *ev, struct cryptconf *crypt)
return 0;
}
-
static void uevent_handle(struct uevent *ev)
{
struct ueventconf *conf = ev->conf;