aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/util/deleof.pl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/trunk/util/deleof.pl')
-rwxr-xr-xopenssl/trunk/util/deleof.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/openssl/trunk/util/deleof.pl b/openssl/trunk/util/deleof.pl
deleted file mode 100755
index 155acd88..00000000
--- a/openssl/trunk/util/deleof.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/local/bin/perl
-
-while (<>)
- {
- print
- last if (/^# DO NOT DELETE THIS LINE/);
- }