summaryrefslogtreecommitdiff
path: root/bin/auto_ptr.perl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/auto_ptr.perl')
-rwxr-xr-xbin/auto_ptr.perl12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/auto_ptr.perl b/bin/auto_ptr.perl
deleted file mode 100755
index b2a161acc5e..00000000000
--- a/bin/auto_ptr.perl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl -pi
-#
-#
-# You may want to run the "find" command with this script, which maybe something like this:
-#
-# find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.C" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.hpp" -o -name "*.ipp" \) -print | xargs $ACE_ROOT/bin/auto_ptr.perl
-#
-# And if your perl installation isn't in /pkg/gnu/bin/perl,
-# please make the change accordingly
-#
-#
-s/__TEXT/ACE_TEXT/g;