From fa25b35dcc39854a9f7399af86e56a34171f63a4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 9 Aug 2013 15:20:47 -0500 Subject: btrfs-progs: mark static & remove unused from non-kernel code Mark many functions as static, and remove any resulting dead code. Signed-off-by: Eric Sandeen Signed-off-by: David Sterba Signed-off-by: Chris Mason --- quick-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quick-test.c') diff --git a/quick-test.c b/quick-test.c index aaedd190..b12b9ef9 100644 --- a/quick-test.c +++ b/quick-test.c @@ -27,7 +27,7 @@ #include "transaction.h" /* for testing only */ -int next_key(int i, int max_key) { +static int next_key(int i, int max_key) { return rand() % max_key; // return i; } -- cgit v1.2.1