Skip to content

Commit 2d1412b

Browse files
committed
Drop unnecessary typedef
1 parent 7dd7eeb commit 2d1412b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iv/lv5/railgun/core_data_fwd.h

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class CoreData : public GCKind<CoreData> {
2424
typedef std::pair<std::size_t, std::size_t> BytecodeOffsetAndLine;
2525
typedef std::vector<BytecodeOffsetAndLine> Lines;
2626

27-
typedef std::vector<breaker::NativeCode*> NativeCodes;
28-
2927
static CoreData* New() {
3028
return new CoreData();
3129
}

0 commit comments

Comments
 (0)