unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 55cd3f6fc37e6b6e7ee582aa282caed718e4d520 1260 bytes (raw)
name: gnu/packages/patches/teuchos-remove-duplicate-using.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
commit e27d9ae98502626d8407045a4e082797682ba56b
Author: Christian Glusa <caglusa@sandia.gov>
Date:   Fri Jul 3 18:02:27 2020 -0600

    Teuchos Comm test: remove duplicate 'using ...'

diff --git a/packages/teuchos/comm/test/Comm/reduce.cpp b/packages/teuchos/comm/test/Comm/reduce.cpp
index c05ebc0dc34..eac1975ef83 100644
--- a/packages/teuchos/comm/test/Comm/reduce.cpp
+++ b/packages/teuchos/comm/test/Comm/reduce.cpp
@@ -53,9 +53,6 @@ bool
 testReduceSum (bool& success, std::ostream& out,
                const int root, const Teuchos::Comm<int>& comm)
 {
-#ifdef HAVE_TEUCHOS_MPI
-  using Teuchos::MpiComm;
-#endif // HAVE_TEUCHOS_MPI
   using Teuchos::reduce;
   using Teuchos::TypeNameTraits;
   using std::endl;
diff --git a/packages/teuchos/comm/test/Comm/scatter.cpp b/packages/teuchos/comm/test/Comm/scatter.cpp
index 0ca961d2846..001009029c4 100644
--- a/packages/teuchos/comm/test/Comm/scatter.cpp
+++ b/packages/teuchos/comm/test/Comm/scatter.cpp
@@ -53,9 +53,6 @@ bool
 testScatter (bool& success, std::ostream& out,
              const int root, const Teuchos::Comm<int>& comm)
 {
-#ifdef HAVE_TEUCHOS_MPI
-  using Teuchos::MpiComm;
-#endif // HAVE_TEUCHOS_MPI
   using Teuchos::scatter;
   using Teuchos::TypeNameTraits;
   using std::endl;

debug log:

solving 55cd3f6fc3 ...
found 55cd3f6fc3 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).