2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

removed unused class ExtensionType forward declaration

[SVN r8202]
This commit is contained in:
Dave Abrahams
2000-11-14 03:30:47 +00:00
parent dc26a04ac3
commit 80ebaf94f5

View File

@@ -15,8 +15,6 @@
namespace py {
class ExtensionType;
class Module
{
typedef PyObject * (*RawFunctionPtr)(py::Tuple const &, py::Dict const &);