|
From: <mm...@us...> - 2012-12-04 11:13:50
|
Revision: 3304
http://dmcs.svn.sourceforge.net/dmcs/?rev=3304&view=rev
Author: mmsc
Date: 2012-12-04 11:13:39 +0000 (Tue, 04 Dec 2012)
Log Message:
-----------
Disable some redundant code.
Modified Paths:
--------------
dmcs/branches/dmcs1.5/src/mcs/NewContext.cpp
Modified: dmcs/branches/dmcs1.5/src/mcs/NewContext.cpp
===================================================================
--- dmcs/branches/dmcs1.5/src/mcs/NewContext.cpp 2012-12-04 10:49:24 UTC (rev 3303)
+++ dmcs/branches/dmcs1.5/src/mcs/NewContext.cpp 2012-12-04 11:13:39 UTC (rev 3304)
@@ -256,6 +256,7 @@
{
if (heads->getHeads() != NULL)
{
+#if 0
if (normal_solve)
{
HeadsPlusBeliefState* heads_plus_bs = static_cast<HeadsPlusBeliefState*>(heads);
@@ -281,6 +282,7 @@
DBGLOG(DBG, "NewContext::send_out_result(): combined bs = " << *belief_state);
}
// otherwise, this context broke a cycle and we don't have input_bs
+#endif
// project
std::size_t parent_ctx_id = invoker_from_qid(parent_qid);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|