Skip to content

Commit

Permalink
[C++] Remove reference to antlrcpp:s2ws (#3656) (#3657)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin King <jcking@google.com>
  • Loading branch information
jcking committed Apr 14, 2022
1 parent ae1bf40 commit 3724b19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/Cpp/runtime/src/ANTLRFileStream.cpp
Expand Up @@ -13,11 +13,7 @@ void ANTLRFileStream::loadFromFile(const std::string &fileName) {
return;
}

#ifdef _MSC_VER
std::ifstream stream(antlrcpp::s2ws(fileName), std::ios::binary);
#else
std::ifstream stream(fileName, std::ios::binary);
#endif

ANTLRInputStream::load(stream);
}
Expand Down

0 comments on commit 3724b19

Please sign in to comment.