1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Remove an unused variable, process.c has its static copy

(This used to be commit 59136544ec16b6ceb14a75259aedd22856832bf1)
This commit is contained in:
Volker Lendecke 2008-08-10 11:33:15 +02:00
parent 9b9948134e
commit 4dfb6c0347

View File

@ -60,8 +60,6 @@ enum protocol_types Protocol = PROTOCOL_COREPLUS;
/* this is used by the chaining code */
int chain_size = 0;
int trans_num = 0;
static enum remote_arch_types ra_type = RA_UNKNOWN;
/***********************************************************************