Skip to content

Commit 9fc1582

Browse files
committed
Remove redecleration of function
1 parent 634849f commit 9fc1582

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/ExamplesTest.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,6 @@ class CreateGTSmall1DTest : public CreateAPRTest
107107
};
108108

109109

110-
std::string get_source_directory_apr(){
111-
// returns path to the directory where utils.cpp is stored
112-
113-
std::string tests_directory = std::string(__FILE__);
114-
tests_directory = tests_directory.substr(0, tests_directory.find_last_of("\\/") + 1);
115-
116-
return tests_directory;
117-
}
118-
119110
void CreateGTSmallTest::SetUp(){
120111

121112
std::string file_name = get_source_directory_apr() + "files/Apr/sphere_small/original.tif";

0 commit comments

Comments
 (0)