summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-21 19:23:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:10 -0500
commit5514e8487fee453b730a966ebc6fcdcd56da047a (patch)
tree4b27db4733ca64d2b945f7d3d29991d6adec09be /source/script
parentfdc20894a0deb3c68b834e5d9d466873ca634bed (diff)
downloadsamba-5514e8487fee453b730a966ebc6fcdcd56da047a.tar.gz
samba-5514e8487fee453b730a966ebc6fcdcd56da047a.tar.xz
samba-5514e8487fee453b730a966ebc6fcdcd56da047a.zip
r24605: remove some stuff samba3 doesn't need any more
metze
Diffstat (limited to 'source/script')
-rw-r--r--source/script/build_idl.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/script/build_idl.sh b/source/script/build_idl.sh
index 77f37d8e75e..7aaddc70c73 100644
--- a/source/script/build_idl.sh
+++ b/source/script/build_idl.sh
@@ -41,20 +41,6 @@ if [ "x$list" != x ]; then
$PIDL $list || exit 1
fi
-##
-## Do miscellaneous cleanup
-##
-
-for f in librpc/gen_ndr/ndr_*.c; do
- cat $f | sed -e 's/^static //g' > $f.new
- /bin/mv -f $f.new $f
-done
-
-touch librpc/gen_ndr/ndr_dcerpc.h
-
-echo Generating librpc/gen_ndr/tables.c
-./librpc/tables.pl --output=librpc/gen_ndr/tables.c librpc/gen_ndr/*.h > librpc/gen_ndr/tables.c
-
cd ${oldpwd}
exit 0