]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/jit.hpp
VM: Remove unnecessary explicit keywords
[factor.git] / vm / jit.hpp
index a3f835c06c3cd1ecba42c0fa06cd5cf8e7e0854a..a2247e5b1cbfb1c150678e01407882396ab926b5 100644 (file)
@@ -12,7 +12,7 @@ struct jit {
   cell offset;
   factor_vm* parent;
 
-  explicit jit(code_block_type type, cell owner, factor_vm* parent);
+  jit(code_block_type type, cell owner, factor_vm* parent);
   ~jit();
 
   void compute_position(cell offset);