summaryrefslogtreecommitdiff
path: root/solenv/bin/createpdbrelocators
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/createpdbrelocators')
-rwxr-xr-xsolenv/bin/createpdbrelocators7
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/createpdbrelocators b/solenv/bin/createpdbrelocators
deleted file mode 100755
index 40a44e8f2..000000000
--- a/solenv/bin/createpdbrelocators
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ x${SOLARENV}x = xx ]; then
- echo createpdbrelocators: no environment found!
- exit 1
-fi
-exec perl -w $SOLARENV/bin/createpdbrelocators.pl
-