Bug 213902 : removing unused variable "next" in "cert_DecodeNameConstraintSubTree"

git-svn-id: svn://10.0.0.236/trunk@145293 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bishakhabanerjee%netscape.com
2003-07-28 21:53:16 +00:00
parent 9e4941c980
commit 25c02d6eaa

View File

@@ -662,7 +662,6 @@ cert_DecodeNameConstraintSubTree(PRArenaPool *arena,
CERTNameConstraint *current = NULL;
CERTNameConstraint *first = NULL;
CERTNameConstraint *last = NULL;
CERTNameConstraint *next = NULL;
int i = 0;
PORT_Assert(arena);