Removing unused function.

This commit is contained in:
Patrick Shriwise 2018-11-02 22:10:00 -05:00
parent 3c3c3fb282
commit 9ed73c3c96

View file

@ -22,12 +22,6 @@ namespace openmc {
//==============================================================================
// Global variables
//==============================================================================
const char* to_char(int i) {
std::stringstream s;
s << i;
return s.str().c_str();
}
int PLOT_LEVEL_LOWEST = -1;