From ec796a5d38234d2aa06972e7a903bf8853e0e52f Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 16 Jun 2010 02:44:57 +0000 Subject: [PATCH] Remove cruft - unused definitions of DEF_RECV_TIMEOUT and DEF_QUEUE_SIZE git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1965 9efc2488-bf62-4759-914b-345cdb29e865 --- include/opensrf/osrf_app_session.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/opensrf/osrf_app_session.h b/include/opensrf/osrf_app_session.h index 2ffcad0..963c84b 100644 --- a/include/opensrf/osrf_app_session.h +++ b/include/opensrf/osrf_app_session.h @@ -19,9 +19,6 @@ extern "C" { #endif -#define DEF_RECV_TIMEOUT 6 /* receive timeout */ -#define DEF_QUEUE_SIZE - enum OSRF_SESSION_STATE { OSRF_SESSION_CONNECTING, OSRF_SESSION_CONNECTED, -- 2.43.2