X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=vm%2Fjit.cpp;h=a84856ec6fe79b28543f7becd1a0e7a59dd22760;hp=d31123a63ce94b76b6cc5faf3be61a9e70e8c7ff;hb=c31530caecbdb96384603fd11ad5a356897474f0;hpb=139c9ca38c537c8db371944cd04d13118019363f diff --git a/vm/jit.cpp b/vm/jit.cpp index d31123a63c..a84856ec6f 100644 --- a/vm/jit.cpp +++ b/vm/jit.cpp @@ -4,7 +4,6 @@ namespace factor { /* Simple code generator used by: -- counting_profiler (counting_profiler.cpp), - quotation compiler (quotations.cpp), - megamorphic caches (dispatch.cpp), - polymorphic inline caches (inline_cache.cpp) */