]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/setRecvInfo.c
JORTE: remove unused variable and use TEST_STAGE for time
[orte.git] / orte / libjorte / setRecvInfo.c
index c73455dde18f1299d93697d99e47227fa696085e..2816e33b5472dbc89ab6396278c7e73ba14bed64 100644 (file)
@@ -16,8 +16,10 @@ int setRecvInfo(JNIEnv *env, const ORTERecvInfo *rinfo, jobject obj)
   jmethodID mid;
   //
   int flag_ok = 0;
-  int32_t sec;
-  uint32_t us;
+  #ifdef TEST_STAGE
+    int32_t sec;
+    uint32_t us;
+  #endif
 
   do
   {