s4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check password...
[kai/samba-autobuild/.git] / 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) {