Skip to content

Commit a4fba6d

Browse files
authored
Merge pull request #263 from szhorvat/patch-3
do not write to stderr
2 parents dd4efaa + d1927e1 commit a4fba6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/nanoflann.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ class PooledAllocator
935935
void* m = ::malloc(blocksize);
936936
if (!m)
937937
{
938-
fprintf(stderr, "Failed to allocate memory.\n");
939938
throw std::bad_alloc();
940939
}
941940

0 commit comments

Comments
 (0)