]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/gc.cpp
VM: Remove unnecessary explicit keywords
[factor.git] / vm / gc.cpp
index 8303741c88b11396ad79a41846cf35bb1e9c377d..8e1e3b08fb68797278d6b242c2bb4aa8f96e766a 100644 (file)
--- a/vm/gc.cpp
+++ b/vm/gc.cpp
@@ -194,7 +194,7 @@ struct call_frame_scrubber {
   factor_vm* parent;
   context* ctx;
 
-  explicit call_frame_scrubber(factor_vm* parent_, context* ctx_)
+  call_frame_scrubber(factor_vm* parent_, context* ctx_)
       : parent(parent_), ctx(ctx_) {}
 
   void operator()(void* frame_top, cell frame_size, code_block* owner,