Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1794)

Unified Diff: nspr/pr/src/md/windows/w95io.c

Issue 407383002: Update to NSPR 4.10.7 Beta 3. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nspr/pr/src/io/prprf.c ('k') | nspr/pr/src/misc/prsystem.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nspr/pr/src/md/windows/w95io.c
diff --git a/nspr/pr/src/md/windows/w95io.c b/nspr/pr/src/md/windows/w95io.c
index 824b6fff7a359f8d0603abfad4a4191ee1dc7b11..de55a8ffe1afadf05c8cdf10d8a16d28649d672d 100644
--- a/nspr/pr/src/md/windows/w95io.c
+++ b/nspr/pr/src/md/windows/w95io.c
@@ -90,7 +90,6 @@ _PR_MD_WAIT(PRThread *thread, PRIntervalTime ticks)
{
case WAIT_OBJECT_0:
return PR_SUCCESS;
- break;
case WAIT_TIMEOUT:
_PR_THREAD_LOCK(thread);
if (thread->state == _PR_IO_WAIT) {
@@ -110,10 +109,8 @@ _PR_MD_WAIT(PRThread *thread, PRIntervalTime ticks)
}
}
return PR_SUCCESS;
- break;
default:
return PR_FAILURE;
- break;
}
}
PRStatus
« no previous file with comments | « nspr/pr/src/io/prprf.c ('k') | nspr/pr/src/misc/prsystem.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698