Skip to content

Commit f9a0a3d

Browse files
committed
remove unnecessary call
per rt_uniresource documentation, this is handled by librt
1 parent 82e9d53 commit f9a0a3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rtcmp.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ main(int argc, char **argv)
136136
do_perf_run("dry", 2, (const char **)av, opts.ncpus, opts.rays_per_view, dry_constructor, dry_getbox, dry_getsize, dry_shoot, dry_destructor);
137137
}
138138

139-
// librt setup
140-
rt_init_resource(&rt_uniresource, 0, NULL);
141-
142139
/* Diff and/or Performance run */
143140
if (opts.use_tie) {
144141
/* TIE */

0 commit comments

Comments
 (0)