summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/eventlogadm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/utils/eventlogadm.c b/source3/utils/eventlogadm.c
index 8cf79fcf14..3a1a56cf3a 100644
--- a/source3/utils/eventlogadm.c
+++ b/source3/utils/eventlogadm.c
@@ -161,7 +161,6 @@ int main( int argc, char *argv[] )
{
int opt, rc;
char *exename;
- char *srcname, *eventlogname;
fstring opname;
@@ -173,7 +172,6 @@ int main( int argc, char *argv[] )
lp_load( dyn_CONFIGFILE, True, False, False, True);
exename = argv[0];
- srcname = NULL;
/* default */
@@ -211,7 +209,6 @@ int main( int argc, char *argv[] )
}
/* note that the separate command types should call usage if they need to... */
- eventlogname = *argv;
while ( 1 ) {
if ( !StrCaseCmp( opname, "addsource" ) ) {
rc = DoAddSourceCommand( argc, argv, opt_debug,