diff options
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -104,18 +104,6 @@ usage (systemtap_session& s, int exitcode) } -// little utility function - -template <typename T> -static string -stringify(T t) -{ - ostringstream s; - s << t; - return s.str (); -} - - static void printscript(systemtap_session& s, ostream& o) { |