aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/joint_ball3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/joint_ball3.rs')
-rw-r--r--benchmarks3d/joint_ball3.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks3d/joint_ball3.rs b/benchmarks3d/joint_ball3.rs
index 12b62a9..e7b3e3d 100644
--- a/benchmarks3d/joint_ball3.rs
+++ b/benchmarks3d/joint_ball3.rs
@@ -63,8 +63,3 @@ pub fn init_world(testbed: &mut Testbed) {
Point3::new(54.0, -38.0, 29.0),
);
}
-
-fn main() {
- let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
- testbed.run()
-}