removing an unused variable
authorAndrew Tridgell <tridge@samba.org>
Fri, 22 May 1998 12:06:25 +0000 (12:06 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 22 May 1998 12:06:25 +0000 (12:06 +0000)
match.c

diff --git a/match.c b/match.c
index 63445ff83976b3047ed5ee1e8f87ee63dd0e34cf..1210215829ebd6daa6fd20e91c4f3041be3724e2 100644 (file)
--- a/match.c
+++ b/match.c
@@ -131,7 +131,6 @@ static void hash_search(int f,struct sum_struct *s,
        char sum2[SUM_LENGTH];
        uint32 s1, s2, sum; 
        schar *map;
-       extern int do_compression;
 
        if (verbose > 2)
                rprintf(FINFO,"hash search b=%d len=%d\n",s->n,(int)len);