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

Unified Diff: nspr/pr/src/io/prfdcach.c

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
Index: nspr/pr/src/io/prfdcach.c
diff --git a/nspr/pr/src/io/prfdcach.c b/nspr/pr/src/io/prfdcach.c
index 16892bc90e0690961e94659aaa77c6a5885b1c47..17b71fe6bfd4aa0312a42591aa16573293cec06b 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') | « README.chromium ('k') | patches/nspr-unused-variable.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698