diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-01 15:51:19 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-01 19:41:07 +0100 |
commit | 7a0ed93169e2c274b5386d153e4265b018f39b74 (patch) | |
tree | 4d9cf0e8e09a51a72d43dbaba6a504dec61f684b /source3 | |
parent | 4d3eb32a1a1c70a183733771994b4b2868801a66 (diff) | |
download | samba-7a0ed93169e2c274b5386d153e4265b018f39b74.tar.gz samba-7a0ed93169e2c274b5386d153e4265b018f39b74.tar.bz2 samba-7a0ed93169e2c274b5386d153e4265b018f39b74.zip |
Remove unused extern declaration
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
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. |