aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/trs.awk3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/trs.awk b/bin/trs.awk
index 8d0a1ef0..58fdf8a9 100644
--- a/bin/trs.awk
+++ b/bin/trs.awk
@@ -3,9 +3,6 @@ BEGIN {
# Name self
self = "trs"
- # No wordsplitting required
- FS = ""
-
# Two and only two arguments required
if (ARGC != 3)
fail("Need a string and a replacement")