We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd7eeb commit 2d1412bCopy full SHA for 2d1412b
iv/lv5/railgun/core_data_fwd.h
@@ -24,8 +24,6 @@ class CoreData : public GCKind<CoreData> {
24
typedef std::pair<std::size_t, std::size_t> BytecodeOffsetAndLine;
25
typedef std::vector<BytecodeOffsetAndLine> Lines;
26
27
- typedef std::vector<breaker::NativeCode*> NativeCodes;
28
-
29
static CoreData* New() {
30
return new CoreData();
31
}
0 commit comments