diff options
author | Justin Davis <jrcd83@gmail.com> | 2011-09-08 15:05:59 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2011-09-08 15:05:59 +0200 |
commit | 4192279fde841352a274c63db6419e32f26d92a1 (patch) | |
tree | b1c802caf9471d389ccdb8567cfc46ba1696e7e3 | |
parent | 92b9e98fdc05e4ca517cd21a9935966f8c2ea657 (diff) | |
download | genpkg-4192279fde841352a274c63db6419e32f26d92a1.tar.gz genpkg-4192279fde841352a274c63db6419e32f26d92a1.tar.xz |
Remove redundant clearing of tcmd var.
-rwxr-xr-x | bin/pbjparse.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pbjparse.awk b/bin/pbjparse.awk index 88e6cc7..4812a31 100755 --- a/bin/pbjparse.awk +++ b/bin/pbjparse.awk @@ -11,7 +11,6 @@ BEGIN { { parsepbj() } END { - tcmd = "" if (templcount > 0) { tcmd = templates[1] for (i=2; i<=templcount; i++) tcmd = tcmd "|" templates[i] |