Browse Source

remove calling MIFdestroy() that is empty

pre-master-46
Holger Vogt 6 years ago
parent
commit
8051a3c351
  1. 2
      src/xspice/cmpp/writ_ifs.c

2
src/xspice/cmpp/writ_ifs.c

@ -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…
Cancel
Save