aboutsummaryrefslogtreecommitdiffstats
path: root/token.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-03 05:22:09 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-03 05:22:09 +0000
commitef21f8dbffe6bad5c72add02f291a6e81b63ae60 (patch)
tree2eb460530f4a72f9331215c12d277b80c1c19a79 /token.c
parent861c20b43d4d3b06ed3dbe0fd0195450e12e5274 (diff)
downloadandroid_external_rsync-ef21f8dbffe6bad5c72add02f291a6e81b63ae60.tar.gz
android_external_rsync-ef21f8dbffe6bad5c72add02f291a6e81b63ae60.tar.bz2
android_external_rsync-ef21f8dbffe6bad5c72add02f291a6e81b63ae60.zip
*** empty log message ***
Diffstat (limited to 'token.c')
-rw-r--r--token.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/token.c b/token.c
index 4e36cc69..35b980b8 100644
--- a/token.c
+++ b/token.c
@@ -367,8 +367,6 @@ int recv_token(int f,char **data)
*/
void see_token(char *data, int toklen)
{
- int r;
-
if (do_compression)
see_deflate_token(data, toklen);
}