Remove cruft - unused definitions of DEF_RECV_TIMEOUT and DEF_QUEUE_SIZE
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 16 Jun 2010 02:44:57 +0000 (02:44 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 16 Jun 2010 02:44:57 +0000 (02:44 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1965 9efc2488-bf62-4759-914b-345cdb29e865

include/opensrf/osrf_app_session.h

index 2ffcad0..963c84b 100644 (file)
@@ -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,