ext/iv/phonic/creator.h in iv-phonic-0.0.1 vs ext/iv/phonic/creator.h in iv-phonic-0.0.2
- old
+ new
@@ -510,17 +510,9 @@
}
rb_hash_aset(hash, SYM("args"), args);
ret_ = hash;
}
- void Visit(const Declaration* decl) {
- UNREACHABLE();
- }
-
- void Visit(const CaseClause* clause) {
- UNREACHABLE();
- }
-
private:
VALUE ret_;
};
} } // namespace iv::phonic