Skip to content

Commit

Permalink
Clean up GEOSPreparedContainsPerfTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jun 12, 2024
1 parent 76d0e8f commit 1047560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ int main(int argc, char** argv) {

std::ifstream f(fname);
std::string line;
long i = 0;
while(std::getline(f, line)) {
if (line != "") {
geoms.push_back(GEOSGeomFromWKT(line.c_str()));
i++;
}
}
f.close();
Expand Down

0 comments on commit 1047560

Please sign in to comment.