aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 22:40:35 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 22:40:35 -0700
commita529fc9d83295fdf9418436b68d056162ba8231b (patch)
tree97cf66daca3b5e7efb927c7e37fc7515ec8b0ceb /tokenizer.h
parent173a6a71c03847158a434c3fd63e5759bf933239 (diff)
Set of fixes for issues identified by cppcheck
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tokenizer.h b/tokenizer.h
index c50aac99..dcd355a3 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -97,9 +97,6 @@ struct tokenizer_t
size_t cached_lineno_offset;
int cached_lineno_count;
- /** Return the line number of the character at the given offset */
- int line_number_of_character_at_offset(size_t offset);
-
/**
Constructor for a tokenizer. b is the string that is to be
tokenized. It is not copied, and should not be freed by the caller