Skip to content

Commit d1927e1

Browse files
authored
do not write to stderr
1 parent dd4efaa commit d1927e1

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)