remove calling MIFdestroy() that is empty

This commit is contained in:
Holger Vogt 2020-05-19 23:10:09 +02:00
parent 75d14b73f4
commit 8051a3c351
1 changed files with 1 additions and 1 deletions

View File

@ -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"