Skip to content

Commit 4fef7f6

Browse files
committed
remove get_source_directory_apr (it is now defined in TestTools.hpp)
1 parent cf35b26 commit 4fef7f6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/APRTestCuda.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,6 @@ class CreateCR1000 : public CreateGPUAPRTest
126126
};
127127

128128

129-
std::string get_source_directory_apr(){
130-
// returns path to the directory where utils.cpp is stored
131-
132-
std::string tests_directory = std::string(__FILE__);
133-
tests_directory = tests_directory.substr(0, tests_directory.find_last_of("\\/") + 1);
134-
135-
return tests_directory;
136-
}
137-
138-
139-
140129
void CreateSmallSphereTest::SetUp(){
141130

142131

0 commit comments

Comments
 (0)