summaryrefslogtreecommitdiff
path: root/chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chunk.h')
-rw-r--r--chunk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chunk.h b/chunk.h
index ba01614..2dad595 100644
--- a/chunk.h
+++ b/chunk.h
@@ -19,7 +19,4 @@ struct _chunk {
} consts;
};
Chunk chunk_new(State *S);
-size_t compile_opcode(Compiler *C, uint8_t byte);
-size_t compile_constant(Compiler *C, Val v);
-
#endif