Skip to content

Commit

Permalink
Remove unnecessary mainhelper catch for BoxException specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jan 21, 2018
1 parent 616ad76 commit edcde8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/common/MainHelper.h
Expand Up @@ -30,9 +30,6 @@ void mainhelper_init_win32();
try {

#define MAINHELPER_END \
} catch(BoxException &e) { \
BOX_FATAL(e.what() << ": " << e.GetMessage()); \
return 1; \
} catch(std::exception &e) { \
BOX_FATAL(e.what()); \
return 1; \
Expand Down

0 comments on commit edcde8e

Please sign in to comment.