Skip to content

Commit

Permalink
Update tool.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique authored Feb 1, 2018
1 parent 9b158ba commit 4c6699e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ namespace clanglite
policy);
std::string res = os.str();
// set_as_written(mapping, decl);
std::cout << res << std::endl;
res.erase(std::remove_if(res.begin(), res.end(), detail::invalid_char), res.end());
return boost::python::str(res);
}
Expand Down

0 comments on commit 4c6699e

Please sign in to comment.