summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compiler.h b/src/compiler.h
index 178ed5a8..13eb6e7d 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -1011,10 +1011,6 @@ struct Compiler
int contiguousOffset;
int contiguousStretch;
- bool beginContiguous( CodeVect &code, int stretch );
- void endContiguous( CodeVect &code, bool resetContiguous );
- void clearContiguous( CodeVect &code, bool resetContiguous );
-
void declareReVars();
};