diff options
author | fche <fche> | 2006-11-08 17:51:32 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-08 17:51:32 +0000 |
commit | 72dbc9153036800cefdb5f2970666acc82cdb732 (patch) | |
tree | c9cb188d1c502a37a9089909e92d1194694a7792 /main.cxx | |
parent | f8399ba29877a2529d4f841f775382345095e2d3 (diff) | |
download | systemtap-steved-72dbc9153036800cefdb5f2970666acc82cdb732.tar.gz systemtap-steved-72dbc9153036800cefdb5f2970666acc82cdb732.tar.xz systemtap-steved-72dbc9153036800cefdb5f2970666acc82cdb732.zip |
2006-11-08 Frank Ch. Eigler <fche@elastic.org>
* 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.
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) { |