aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lexer.h b/include/lexer.h
index ae64759..f7a851a 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -46,11 +46,9 @@ typedef struct {
void *operands;
} directive_t;
-/* TODO: strlen(content) instead of length? */
typedef struct {
char *key;
char *content;
- size_t length;
} contentfor_operand_t;
typedef struct {