aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/joint_prismatic3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/joint_prismatic3.rs')
-rw-r--r--benchmarks3d/joint_prismatic3.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks3d/joint_prismatic3.rs b/benchmarks3d/joint_prismatic3.rs
index 3267ada..afc18fb 100644
--- a/benchmarks3d/joint_prismatic3.rs
+++ b/benchmarks3d/joint_prismatic3.rs
@@ -74,8 +74,3 @@ pub fn init_world(testbed: &mut Testbed) {
Point3::new(101.0, 4.0, -3.0),
);
}
-
-fn main() {
- let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
- testbed.run()
-}