Cleanup: unnecessary NULL check
This commit is contained in:
@@ -321,12 +321,6 @@ static WriteData *writedata_new(WriteWrap *ww)
|
|||||||
{
|
{
|
||||||
WriteData *wd= MEM_callocN(sizeof(*wd), "writedata");
|
WriteData *wd= MEM_callocN(sizeof(*wd), "writedata");
|
||||||
|
|
||||||
/* XXX, see note about this in readfile.c, remove
|
|
||||||
* once we have an xp lock - zr
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (wd == NULL) return NULL;
|
|
||||||
|
|
||||||
wd->sdna = DNA_sdna_from_data(DNAstr, DNAlen, false);
|
wd->sdna = DNA_sdna_from_data(DNAstr, DNAlen, false);
|
||||||
|
|
||||||
wd->ww = ww;
|
wd->ww = ww;
|
||||||
|
|||||||
Reference in New Issue
Block a user