script: Remove unused and no-longer-working extract_allparms.sh
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Dec 2013 01:06:47 +0000 (14:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2014 04:26:35 +0000 (17:26 +1300)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
source3/script/extract_allparms.sh [deleted file]

diff --git a/source3/script/extract_allparms.sh b/source3/script/extract_allparms.sh
deleted file mode 100755 (executable)
index f16068b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-grep '{".*P_[GL]' param/loadparm.c | sed -e 's/&.*$//g' -e 's/",.*P_LOCAL.*$/  S/' -e 's/",.*P_GLOBAL.*$/  G/' -e 's/^ .*{"//g' | sort -f