From 72dbc9153036800cefdb5f2970666acc82cdb732 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 8 Nov 2006 17:51:32 +0000 Subject: 2006-11-08 Frank Ch. Eigler * util.h (lex_cast_qstring): Move def'n here. Also quote \. (stringify, lex_cast, lex_cast_hex): Move defn here. * buildrun.cxx, elaborate.cxx, main.cxx, staptree.cxx: Adapt. --- main.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 88c55cc2..e7f5d7da 100644 --- a/main.cxx +++ b/main.cxx @@ -104,18 +104,6 @@ usage (systemtap_session& s, int exitcode) } -// little utility function - -template -static string -stringify(T t) -{ - ostringstream s; - s << t; - return s.str (); -} - - static void printscript(systemtap_session& s, ostream& o) { -- cgit