diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 16:26:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 18:29:49 +0300 |
commit | d504b887988ae7db3dcd4bd2b00b294a159a0976 (patch) | |
tree | c2b54f43ccd20844562799af4657d02df8abd8e0 /bridges/test | |
parent | 3f3d684430f0c8437550d207b5d54da9c80f19ff (diff) |
Bin pointless comment
Change-Id: I7a873b1275ebc8279958fc14cccbfa99646e4744
Diffstat (limited to 'bridges/test')
-rw-r--r-- | bridges/test/performance/testperformance.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/performance/testperformance.cxx b/bridges/test/performance/testperformance.cxx index 75d12ad17d44..098dcb0e45e5 100644 --- a/bridges/test/performance/testperformance.cxx +++ b/bridges/test/performance/testperformance.cxx @@ -46,7 +46,7 @@ static inline sal_uInt32 getSystemTicks() { #ifdef SAL_W32 return (sal_uInt32)GetTickCount(); -#else // only UNX supported for now +#else static sal_uInt32 nImplTicksPerSecond = 0; static double dImplTicksPerSecond; static double dImplTicksULONGMAX; |