From 9ed73c3c962dc855b66428beba1c69e9850c7858 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 2 Nov 2018 22:10:00 -0500 Subject: [PATCH] Removing unused function. --- src/plot.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plot.cpp b/src/plot.cpp index 38c0eb194..43202ffdf 100644 --- a/src/plot.cpp +++ b/src/plot.cpp @@ -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;