Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lhog committed Feb 7, 2025
1 parent aaf2b7e commit a96a72d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rts/System/FileSystem/FileSystemInitializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ bool FileSystemInitializer::Initialize()
return true;

SetupThreadReg();

InitializeTry();

// in case of an exception, ErrorMessageBox takes care of this
ClearThreadReg();

return (initSuccess && !initFailure);
Expand Down

0 comments on commit a96a72d

Please sign in to comment.