]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.hpp
audio.engine.test: cleanup using
[factor.git] / vm / quotations.hpp
index dd80c94882db75fe4fe7e2d1356253fc4d90aed4..3c659126dc0ddf53e64a70403dc6be449a73bf27 100644 (file)
@@ -10,7 +10,6 @@ struct quotation_jit : public jit {
         elements(false_object, vm),
         compiling(compiling),
         relocate(relocate) {}
-  ;
 
   cell nth(cell index);
   void init_quotation(cell quot);