aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/joint_fixed3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/joint_fixed3.rs')
-rw-r--r--benchmarks3d/joint_fixed3.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks3d/joint_fixed3.rs b/benchmarks3d/joint_fixed3.rs
index 9839e38..0475258 100644
--- a/benchmarks3d/joint_fixed3.rs
+++ b/benchmarks3d/joint_fixed3.rs
@@ -85,8 +85,3 @@ pub fn init_world(testbed: &mut Testbed) {
Point3::new(46.0, 12.0, 23.0),
);
}
-
-fn main() {
- let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
- testbed.run()
-}