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

Unified 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, 9 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
Index: patches/nspr-unused-variable.patch
diff --git a/patches/nspr-unused-variable.patch b/patches/nspr-unused-variable.patch
deleted file mode 100644
index c785842ce4c956ec774781e9f128218dd5492d2e..0000000000000000000000000000000000000000
--- a/patches/nspr-unused-variable.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/nspr/pr/src/io/prfdcach.c b/nspr/pr/src/io/prfdcach.c
-index 16892bc..17b71fe 100644
---- a/nspr/pr/src/io/prfdcach.c
-+++ b/nspr/pr/src/io/prfdcach.c
-@@ -213,7 +213,6 @@ void _PR_InitFdCache(void)
- void _PR_CleanupFdCache(void)
- {
- PRFileDesc *fd, *next;
-- PRStackElem *pop;
-
- for (fd = _pr_fd_cache.head; fd != NULL; fd = next)
- {

Powered by Google App Engine
This is Rietveld 408576698