Remove redundant tcl type

This commit is contained in:
Akash Levy 2024-08-12 04:23:25 -07:00
parent 7baa93c6e5
commit dd897a4f02
1 changed files with 0 additions and 4 deletions

View File

@ -536,10 +536,6 @@ using namespace sta;
$1 = tclListSeqPtr<LibertyPort*>($input, SWIGTYPE_p_LibertyPort, interp);
}
%typemap(out) LibertyPortSeq * {
seqPtrTclList<LibertyPortSeq, LibertyPort>($1, SWIGTYPE_p_LibertyPort, interp);
}
%typemap(out) LibertyPortSeq {
seqTclList<LibertyPortSeq, LibertyPort>($1, SWIGTYPE_p_LibertyPort, interp);
}