aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tokenizer.h b/tokenizer.h
index 7c2b71dc..0ff7f10e 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -146,12 +146,6 @@ int tok_has_next(tokenizer_t *tok);
int tok_get_pos(tokenizer_t *tok);
/**
- Destroy the tokenizer and free asociated memory
-*/
-void tok_destroy(tokenizer_t *tok);
-
-
-/**
Returns the original string to tokenizer
*/
const wchar_t *tok_string(tokenizer_t *tok);