summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/un-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben/layout/un-test.sh')
-rw-r--r--toolkit/workben/layout/un-test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolkit/workben/layout/un-test.sh b/toolkit/workben/layout/un-test.sh
deleted file mode 100644
index ef2518ffa1..0000000000
--- a/toolkit/workben/layout/un-test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-# un-test.sh: remove TEST_LAYOUT code from OO.o implementation
-
-sed -e 's!^#!@!' < $1\
- -e 's!$! /*$*/!' \
- -e 's!^@\(.*TEST_LAYOUT\)!#\1!'\
- | tee i \
- | cpp -traditional -C -CC -DNON_LAYOUT_COMPILE_FIXES=1 \
- | grep -F '/*$*/' \
- | sed -e 's! /\*\$\*/!!' \
- -e 's!^@!#!' \
- -e 's!#define 1 1!#define NON_LAYOUT_COMPILE_FIXES 1!'
-