From dd897a4f02778184bee6998eda0b6221227a6ad9 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 12 Aug 2024 04:23:25 -0700 Subject: [PATCH] Remove redundant tcl type --- tcl/StaTclTypes.i | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tcl/StaTclTypes.i b/tcl/StaTclTypes.i index 9456196d..b3dfd615 100644 --- a/tcl/StaTclTypes.i +++ b/tcl/StaTclTypes.i @@ -536,10 +536,6 @@ using namespace sta; $1 = tclListSeqPtr($input, SWIGTYPE_p_LibertyPort, interp); } -%typemap(out) LibertyPortSeq * { - seqPtrTclList($1, SWIGTYPE_p_LibertyPort, interp); -} - %typemap(out) LibertyPortSeq { seqTclList($1, SWIGTYPE_p_LibertyPort, interp); }