[MOAB-dev] commit/MOAB: danwu: Removed a compiler warning (reproducible in a serial build, when PNETCDF_FILE is not defined) for NCHelperGCRM.cpp.
    commits-noreply at bitbucket.org 
    commits-noreply at bitbucket.org
       
    Mon Jun 16 13:57:21 CDT 2014
    
    
  
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/bd3ecbde5b07/
Changeset:   bd3ecbde5b07
Branch:      master
User:        danwu
Date:        2014-06-16 20:57:06
Summary:     Removed a compiler warning (reproducible in a serial build, when PNETCDF_FILE is not defined) for NCHelperGCRM.cpp.
Affected #:  1 file
diff --git a/src/io/NCHelperGCRM.cpp b/src/io/NCHelperGCRM.cpp
index c7409c5..d0bd7e3 100644
--- a/src/io/NCHelperGCRM.cpp
+++ b/src/io/NCHelperGCRM.cpp
@@ -654,7 +654,6 @@ ErrorCode NCHelperGCRM::read_ucd_variables_to_nonset_async(std::vector<ReadNC::V
 #else
 ErrorCode NCHelperGCRM::read_ucd_variables_to_nonset(std::vector<ReadNC::VarData>& vdatas, std::vector<int>& tstep_nums)
 {
-  Interface*& mbImpl = _readNC->mbImpl;
   bool& noEdges = _readNC->noEdges;
   DebugOutput& dbgOut = _readNC->dbgOut;
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