diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPerf/IvyPerf.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs index b51f3fd..893a44b 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.cs +++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs @@ -11,9 +11,7 @@ namespace IvyPerf class IvyPerf
{
static Ivy bus;
- // manque d'homogeneitee format float en langue US
- static CultureInfo c;
-
+
static double currentTime() // en ms
{
double time;
|