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

This commit is contained in:
bishakhabanerjee%netscape.com 2003-07-28 21:53:16 +00:00
Родитель 5fa37ec6f3
Коммит 0a15715c3b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);