Skip to content

Commit

Permalink
librpc/tables.pl: remove unused $opt_output option
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
metze-samba authored and abartlet committed Nov 20, 2018
1 parent 65f7f7f commit aafc15c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions librpc/tables.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Getopt::Long;
use File::Basename;

my $opt_output = 'librpc/gen_ndr/tables.c';
my $opt_help = 0;


Expand All @@ -32,7 +31,6 @@ ()
# main program
GetOptions (
'help|h|?' => \$opt_help,
'output=s' => \$opt_output,
);

if ($opt_help) {
Expand Down

0 comments on commit aafc15c

Please sign in to comment.