librpc/tables.pl: remove unused $opt_output option
authorStefan Metzmacher <metze@samba.org>
Thu, 15 Nov 2018 19:15:37 +0000 (20:15 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 20 Nov 2018 00:33:35 +0000 (01:33 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/tables.pl

index 04764f5fa0bfe101fb9ef50c4b882f3595eb968c..b7ac6e004505c06ea120c0d2ac2fa55c17cee3db 100755 (executable)
@@ -11,7 +11,6 @@ use strict;
 use Getopt::Long;
 use File::Basename;
 
-my $opt_output = 'librpc/gen_ndr/tables.c';
 my $opt_help  = 0;
 
 
@@ -32,7 +31,6 @@ sub ShowHelp()
 # main program
 GetOptions (
            'help|h|?' => \$opt_help, 
-           'output=s' => \$opt_output,
            );
 
 if ($opt_help) {