diff --git a/graph/Graph.i b/graph/Graph.i index 9ee71255..def78fe7 100644 --- a/graph/Graph.i +++ b/graph/Graph.i @@ -27,13 +27,6 @@ #include "Search.hh" #include "Sta.hh" -namespace sta { - -Graph * -cmdGraph(); - -} // namespace - using namespace sta; %} diff --git a/tcl/StaTclTypes.i b/tcl/StaTclTypes.i index 8a060807..e5bde2a4 100644 --- a/tcl/StaTclTypes.i +++ b/tcl/StaTclTypes.i @@ -233,6 +233,7 @@ tclListSeqConstChar(Tcl_Obj *const source, return nullptr; } +#ifdef UNUSED static StdStringSet * tclListSetStdString(Tcl_Obj *const source, Tcl_Interp *interp) @@ -252,6 +253,7 @@ tclListSetStdString(Tcl_Obj *const source, else return nullptr; } +#endif //////////////////////////////////////////////////////////////// @@ -367,6 +369,7 @@ objectListNext(const char *list, } } +#ifdef UNUSED static Tcl_Obj * tclArcDcalcArg(ArcDcalcArg &gate, Tcl_Interp *interp) @@ -432,6 +435,7 @@ arcDcalcArgTcl(Tcl_Obj *obj, } return ArcDcalcArg(); } +#endif } // namespace