aboutsummaryrefslogtreecommitdiff
path: root/strutil.go
diff options
context:
space:
mode:
Diffstat (limited to 'strutil.go')
-rw-r--r--strutil.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/strutil.go b/strutil.go
index 02a3a81..e64588a 100644
--- a/strutil.go
+++ b/strutil.go
@@ -328,7 +328,6 @@ func findLiteralChar(s []byte, stop1, stop2 byte) int {
}
return i
}
- return -1
}
func removeComment(line []byte) ([]byte, bool) {