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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« README.chromium ('K') | « nspr/pr/src/io/prfdcach.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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