From d855fc1db953a049b953d0c987f93a252232e6f2 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 29 Oct 2009 15:54:58 -0500 Subject: [PATCH] Removed extra declarations. * runtime/transport/transport.h: Removed extra declarations of _stp_transport_init() and _stp_transport_close(). --- runtime/transport/transport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/transport/transport.h b/runtime/transport/transport.h index 871e37b39..ddd85495f 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 -- 2.43.5