From 7a0ed93169e2c274b5386d153e4265b018f39b74 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Nov 2008 15:51:19 +0100 Subject: Remove unused extern declaration --- source3/smbd/process.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index a8b93d8e1c..4d415b2d27 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -20,8 +20,6 @@ #include "includes.h" -extern int smb_echo_count; - /* * Size of data we can send to client. Set * by the client for all protocols above CORE. -- cgit