Remove warnings
[anna.git] / source / testing / TestStep.cpp
index e180437..413ad28 100644 (file)
@@ -101,6 +101,7 @@ namespace {
     // TODO: mutex the step while setting data here !!
   }
 
+/*
   void cmdRunOnThreadWithFork (TestStepCmd *step, const std::string &cmd) {
 
     // Thread running:
@@ -148,6 +149,7 @@ namespace {
       step->complete();
     }
   }
+*/
 
   bool decodeMessage(const anna::DataBlock &message, anna::diameter::codec::Message &messageCodec) throw() {