[MOAB-dev] commit/MOAB: iulian07: remove an unused variable
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jan 8 09:33:14 CST 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/5f990e2da353/
Changeset: 5f990e2da353
Branch: master
User: iulian07
Date: 2014-01-08 16:30:57
Summary: remove an unused variable
this "debug" variable was giving linking errors on shared builds
in parallel. It was fine for static builds.
Affected #: 1 file
diff --git a/tools/mbcoupler/DataCoupler.cpp b/tools/mbcoupler/DataCoupler.cpp
index 421f45c..a5a3ec1 100644
--- a/tools/mbcoupler/DataCoupler.cpp
+++ b/tools/mbcoupler/DataCoupler.cpp
@@ -15,8 +15,6 @@
namespace moab {
-bool debug = false;
-
DataCoupler::DataCoupler(Interface *impl,
ParallelComm *pc,
Range &source_ents,
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list