[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[samba.git] / source / script / build_idl.sh
old mode 100644 (file)
new mode 100755 (executable)
index 8ec5f4d..7aaddc7
@@ -41,17 +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
-
 cd ${oldpwd}
 
 exit 0