Skip to content

Commit 25cdd4a

Browse files
committed
Get rid of IOError2
1 parent b90aa74 commit 25cdd4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

binding-mruby/binding-util.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ static const MrbExcData excData[] =
7171
{ Shutdown, "SystemExit" },
7272
{ PHYSFS, "PHYSFSError" },
7373
{ SDL, "SDLError" },
74-
{ MKXP, "MKXPError" },
75-
{ IO, "IOError2" }
74+
{ MKXP, "MKXPError" }
7675
};
7776

7877
static elementsN(excData);

0 commit comments

Comments
 (0)