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

Unified Diff: patches/nspr-unused-variable.patch

Issue 1067933003: Fix an unused variable in NSPR (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: local patch instead Created 5 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 side-by-side diff with in-line comments
Download patch
« README.chromium ('K') | « nspr/pr/src/io/prfdcach.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/nspr-unused-variable.patch
diff --git a/patches/nspr-unused-variable.patch b/patches/nspr-unused-variable.patch
new file mode 100644
index 0000000000000000000000000000000000000000..c785842ce4c956ec774781e9f128218dd5492d2e
--- /dev/null
+++ b/patches/nspr-unused-variable.patch
@@ -0,0 +1,12 @@
+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)
+ {
« README.chromium ('K') | « nspr/pr/src/io/prfdcach.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698