Skip to content

Commit

Permalink
MueLu:: SegregatedAFactory remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
csteimer committed Feb 20, 2024
1 parent d471313 commit bacfa40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/muelu/src/Misc/MueLu_SegregatedAFactory_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ void SegregatedAFactory<Scalar, LocalOrdinal, GlobalOrdinal, Node>::BuildBasedOn

RCP<Matrix> Ain = Get<RCP<Matrix>>(currentLevel, "A");

const ParameterList &pL = GetParameterList();
auto comm = Ain->getRowMap()->getComm();

// fetch maps from level
RCP<const Map> dropMap1 = Teuchos::null;
RCP<const Map> dropMap2 = Teuchos::null;
Expand Down

0 comments on commit bacfa40

Please sign in to comment.