summaryrefslogtreecommitdiffstats
path: root/runtime/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/string.h')
-rw-r--r--runtime/string.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/string.h b/runtime/string.h
index c955da6c..f4d4cc05 100644
--- a/runtime/string.h
+++ b/runtime/string.h
@@ -1,5 +1,5 @@
/* -*- linux-c -*-
- * Copyright (C) 2005, 2007 Red Hat Inc.
+ * Copyright (C) 2005, 2007, 2009 Red Hat Inc.
*
* This file is part of systemtap, and is free software. You can
* redistribute it and/or modify it under the terms of the GNU General
@@ -9,11 +9,7 @@
#ifndef _STRING_H_
#define _STRING_H_
-/* set up a special stdout string */
-static char _stp_stdout[] = "_stdout_";
-
#define to_oct_digit(c) ((c) + '0')
-static void _stp_vsprintf (char *str, const char *fmt, va_list args);
static void _stp_text_str(char *out, char *in, int len, int quoted, int user);
/*