From 9b2e89bdce8dab1b7b3470396826ee1ed8a5b28c Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Tue, 21 Jul 2009 20:33:12 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@182 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/physics/Time.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/reactphysics3d/physics/Time.h b/sources/reactphysics3d/physics/Time.h index d84edded..5cebd1b8 100644 --- a/sources/reactphysics3d/physics/Time.h +++ b/sources/reactphysics3d/physics/Time.h @@ -67,7 +67,6 @@ inline void Time::setValue(double value) throw(std::invalid_argument) { this->value = value; } else { - // We throw an exception throw std::invalid_argument("Exception in test Time: Wrong argument, a time value has to be positive"); }