Commit 923965c7 authored by Tres Seaver's avatar Tres Seaver

Remove commented-out fossil.

parent b56d8b5e
...@@ -1270,13 +1270,6 @@ Wrapper_acquire_method(Wrapper *self, PyObject *args, PyObject *kw) ...@@ -1270,13 +1270,6 @@ Wrapper_acquire_method(Wrapper *self, PyObject *args, PyObject *kw)
if (filter==Py_None) filter=0; if (filter==Py_None) filter=0;
/* DM 2005-08-25: argument "default" ignored -- fix it! */
# if 0
return Wrapper_findattr(self,name,filter,extra,OBJECT(self),1,
explicit ||
self->ob_type==(PyTypeObject*)&Wrappertype,
explicit, containment);
# else
result = Wrapper_findattr(self,name,filter,extra,OBJECT(self),1, result = Wrapper_findattr(self,name,filter,extra,OBJECT(self),1,
explicit || explicit ||
self->ob_type==(PyTypeObject*)&Wrappertype, self->ob_type==(PyTypeObject*)&Wrappertype,
...@@ -1294,7 +1287,6 @@ Wrapper_acquire_method(Wrapper *self, PyObject *args, PyObject *kw) ...@@ -1294,7 +1287,6 @@ Wrapper_acquire_method(Wrapper *self, PyObject *args, PyObject *kw)
} }
} }
return result; return result;
# endif
} }
/* forward declaration so that we can use it in Wrapper_inContextOf */ /* forward declaration so that we can use it in Wrapper_inContextOf */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment