summaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/bytecode.h')
-rw-r--r--src/bytecode/bytecode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h
index 64c68ac..e773613 100644
--- a/src/bytecode/bytecode.h
+++ b/src/bytecode/bytecode.h
@@ -167,10 +167,6 @@ static inline bool isInherit(uint32_t OPV)
return getFlags(OPV) & 0x2;
}
-#ifndef NDEBUG
-void css_bytecode_dump(void *bytecode, uint32_t length, FILE *fp);
-#endif
-
#endif