From aafc15c3c34e178aa29e04ddbe2a393319767b38 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Nov 2018 20:15:37 +0100 Subject: [PATCH] librpc/tables.pl: remove unused $opt_output option Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- librpc/tables.pl | 2 -- 1 file changed, 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) { -- 2.11.4.GIT