remove calling MIFdestroy() that is empty
This commit is contained in:
parent
75d14b73f4
commit
8051a3c351
|
|
@ -1017,7 +1017,7 @@ static int write_SPICEdev(
|
|||
" .DEVfindBranch = NULL,\n"
|
||||
" .DEVacLoad = MIFload,\n"
|
||||
" .DEVaccept = NULL,\n"
|
||||
" .DEVdestroy = MIFdestroy,\n"
|
||||
" .DEVdestroy = NULL,\n"
|
||||
" .DEVmodDelete = MIFmDelete,\n"
|
||||
" .DEVdelete = MIFdelete,\n"
|
||||
" .DEVsetic = NULL,\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue