summaryrefslogtreecommitdiffstats
path: root/runtime/transport
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-10-29 15:54:58 -0500
committerDavid Smith <dsmith@redhat.com>2009-10-29 15:54:58 -0500
commitd855fc1db953a049b953d0c987f93a252232e6f2 (patch)
tree22ff282c9d2f1fe392db6fb9dbf85029916188b2 /runtime/transport
parentaed2582fc5a9974a321b8a9bd8b581a16f656b49 (diff)
downloadsystemtap-steved-d855fc1db953a049b953d0c987f93a252232e6f2.tar.gz
systemtap-steved-d855fc1db953a049b953d0c987f93a252232e6f2.tar.xz
systemtap-steved-d855fc1db953a049b953d0c987f93a252232e6f2.zip
Removed extra declarations.
* runtime/transport/transport.h: Removed extra declarations of _stp_transport_init() and _stp_transport_close().
Diffstat (limited to 'runtime/transport')
-rw-r--r--runtime/transport/transport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/transport/transport.h b/runtime/transport/transport.h
index 871e37b3..ddd85495 100644
--- a/runtime/transport/transport.h
+++ b/runtime/transport/transport.h
@@ -13,9 +13,6 @@
static int _stp_ctl_write(int type, void *data, unsigned len);
-static int _stp_transport_init(void);
-static void _stp_transport_close(void);
-
/* STP_CTL_BUFFER_SIZE is the maximum size of a message */
/* exchanged on the control channel. */
#if STP_TRANSPORT_VERSION == 1