Skip to content

Commit

Permalink
Tpetra: Cleanup of unused typedefs in CrsGraph
Browse files Browse the repository at this point in the history
Build/Test Cases Summary
Enabled Packages: TpetraCore
0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=122,notpassed=0 (7.64 min)
  • Loading branch information
csiefer2 committed Apr 19, 2017
1 parent 8b5f64b commit f3fdd34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/tpetra/core/src/Tpetra_CrsGraph_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4426,8 +4426,6 @@ namespace Tpetra {
using Teuchos::ArrayView;
using Teuchos::outArg;
using Teuchos::reduceAll;
typedef LocalOrdinal LO;
typedef GlobalOrdinal GO;
typedef global_size_t GST;

// Short circuit
Expand Down Expand Up @@ -4486,7 +4484,6 @@ namespace Tpetra {
using Teuchos::reduceAll;
typedef LocalOrdinal LO;
typedef GlobalOrdinal GO;
typedef global_size_t GST;

// Short circuit
if(haveGlobalConstants_) return;
Expand Down

0 comments on commit f3fdd34

Please sign in to comment.