summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-14 01:06:32 +0000
committerwtc <devnull@localhost>1998-04-14 01:06:32 +0000
commiteb88759b01d6b3e0c572a5783ff26689155b8040 (patch)
treefb89a49f6926ebff9e6d15fbc0eba99c64bbeaed
parent3decd3404b8edbb839062262bfecbe0b542f4b59 (diff)
downloadnspr-hg-eb88759b01d6b3e0c572a5783ff26689155b8040.tar.gz
Deleted the unused variable 'count' in _PR_MD_INTERVAL_PER_SEC(). We
acknowledge Rick Osborne <rick@spacey.net> for reporting this problem and suggesting a fix.
-rw-r--r--pr/src/md/windows/ntinrval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pr/src/md/windows/ntinrval.c b/pr/src/md/windows/ntinrval.c
index 05cc3ae1..32f52cc0 100644
--- a/pr/src/md/windows/ntinrval.c
+++ b/pr/src/md/windows/ntinrval.c
@@ -77,8 +77,6 @@ _PR_MD_GET_INTERVAL()
PRIntervalTime
_PR_MD_INTERVAL_PER_SEC()
{
- LARGE_INTEGER count;
-
if (_nt_ticksPerSec != -1)
return _nt_ticksPerSec;
else