summaryrefslogtreecommitdiff
path: root/bfd/awkscan-p
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/awkscan-p')
-rwxr-xr-xbfd/awkscan-p8
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/awkscan-p b/bfd/awkscan-p
deleted file mode 100755
index c7fe79fb342..00000000000
--- a/bfd/awkscan-p
+++ /dev/null
@@ -1,8 +0,0 @@
-# Awk filter, 1st filter for BFD prototype file extraction
-#
-# keep /*proto blocks
-/^\/\*proto\*/,/^\*\/|^\*-\*\//
-#
-# Apparent bug in sed can discard last line in some situations; therefore
-# make last line harmless.
-END { print "\n" }