Eliminate C++ comment.

This commit is contained in:
Martin v. Löwis 2002-12-31 17:34:30 +00:00
parent f621232c0d
commit ba2f875d90

View file

@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] =
static void static void
Tkapp_Dealloc(PyObject *self) Tkapp_Dealloc(PyObject *self)
{ {
//CHECK_TCL_APPARTMENT; /*CHECK_TCL_APPARTMENT;*/
ENTER_TCL ENTER_TCL
Tcl_DeleteInterp(Tkapp_Interp(self)); Tcl_DeleteInterp(Tkapp_Interp(self));
LEAVE_TCL LEAVE_TCL