summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx12
1 files changed, 0 insertions, 12 deletions
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 <typename T>
-static string
-stringify(T t)
-{
- ostringstream s;
- s << t;
- return s.str ();
-}
-
-
static void
printscript(systemtap_session& s, ostream& o)
{