mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Remove some dead variables reported by Spirit.
This commit is contained in:
parent
86703744ff
commit
bc2174d92b
1 changed files with 0 additions and 6 deletions
|
@ -682,10 +682,7 @@ PL_ParsePropertyListItem (pldata_t *pl)
|
|||
switch (pl->ptr[pl->pos]) {
|
||||
case '{':
|
||||
{
|
||||
hashtab_t *dict;
|
||||
|
||||
item = PL_NewDictionary ();
|
||||
dict = (hashtab_t *) item->data;
|
||||
|
||||
pl->pos++;
|
||||
|
||||
|
@ -764,10 +761,7 @@ PL_ParsePropertyListItem (pldata_t *pl)
|
|||
}
|
||||
|
||||
case '(': {
|
||||
plarray_t *a;
|
||||
|
||||
item = PL_NewArray ();
|
||||
a = (plarray_t *) item->data;
|
||||
|
||||
pl->pos++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue