diff options
author | David Smith <dsmith@redhat.com> | 2009-10-29 15:54:58 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-10-29 15:54:58 -0500 |
commit | d855fc1db953a049b953d0c987f93a252232e6f2 (patch) | |
tree | 22ff282c9d2f1fe392db6fb9dbf85029916188b2 /runtime/transport | |
parent | aed2582fc5a9974a321b8a9bd8b581a16f656b49 (diff) | |
download | systemtap-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.h | 3 |
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 |