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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user