Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 88b72665 authored by ext-rogers_c's avatar ext-rogers_c
Browse files

Fix gcc warning in tests

parent 53b94d24
No related branches found
No related tags found
No related merge requests found
......@@ -37,15 +37,6 @@
#include <iostream>
#include <sstream>
namespace {
std::string burnAfterReading(std::ostringstream &ostr) {
std::string returnValue = ostr.str();
ostr.str("");
return returnValue;
}
}
// generate a set of weird, but closed, elements
// reaches theta sum after 16 elements
class OffsetFactory {
......
......@@ -25,15 +25,6 @@ Inform *gmsg;
#include <cstring>
#include <sstream>
namespace {
std::string burnAfterReading(std::ostringstream &ostr) {
std::string returnValue = ostr.str();
ostr.str("");
return returnValue;
}
}
TEST(GaussTest, FullSigmaTest1) {
OpalTestUtilities::SilenceTest silencer(true);
char inputFileName[] = "GaussDistributionTest.in";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment