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

Side by Side Diff: patches/nspr-unused-variable.patch

Issue 1843333003: Update NSPR to 4.12 and NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/nspr/pr/src/io/prfdcach.c b/nspr/pr/src/io/prfdcach.c
2 index 16892bc..17b71fe 100644
3 --- a/nspr/pr/src/io/prfdcach.c
4 +++ b/nspr/pr/src/io/prfdcach.c
5 @@ -213,7 +213,6 @@ void _PR_InitFdCache(void)
6 void _PR_CleanupFdCache(void)
7 {
8 PRFileDesc *fd, *next;
9 - PRStackElem *pop;
10
11 for (fd = _pr_fd_cache.head; fd != NULL; fd = next)
12 {
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698