summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-11-15 20:15:37 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-11-20 01:33:35 +0100
commitaafc15c3c34e178aa29e04ddbe2a393319767b38 (patch)
treed37a3f0521e5ec8fdc31341a9fc4bd21691b8e58 /librpc
parent65f7f7ffe577390ed27a232eb4a14fa354c9289e (diff)
downloadsamba-aafc15c3c34e178aa29e04ddbe2a393319767b38.tar.gz
librpc/tables.pl: remove unused $opt_output option
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rwxr-xr-xlibrpc/tables.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/librpc/tables.pl b/librpc/tables.pl
index 04764f5fa0b..b7ac6e00450 100755
--- a/librpc/tables.pl
+++ b/librpc/tables.pl
@@ -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) {