From 8051a3c3519099d49699d4d0fddbecc4fa6c1da9 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 19 May 2020 23:10:09 +0200 Subject: [PATCH] remove calling MIFdestroy() that is empty --- src/xspice/cmpp/writ_ifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xspice/cmpp/writ_ifs.c b/src/xspice/cmpp/writ_ifs.c index 705228bc1..6015a8fbf 100644 --- a/src/xspice/cmpp/writ_ifs.c +++ b/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"