summaryrefslogtreecommitdiffstats
path: root/bench/libdimension/bvst.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/libdimension/bvst.c')
-rw-r--r--bench/libdimension/bvst.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bench/libdimension/bvst.c b/bench/libdimension/bvst.c
index fe9cf1f..de568d5 100644
--- a/bench/libdimension/bvst.c
+++ b/bench/libdimension/bvst.c
@@ -122,10 +122,6 @@ main()
for (i = 0; i < nobjects; ++i) {
objects[i] = dmnsn_new_object();
- if (!objects[i]) {
- fprintf(stderr, "--- Couldn't allocate object! ---\n");
- return EXIT_FAILURE;
- }
/* Generate a bounding box in (-1, -1, -1), (1, 1, 1) */
dmnsn_randomize_bounding_box(objects[i]);