summaryrefslogtreecommitdiff
path: root/python/hashstring.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/hashstring.cc')
-rw-r--r--python/hashstring.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/hashstring.cc b/python/hashstring.cc
index d303049a..b76dc127 100644
--- a/python/hashstring.cc
+++ b/python/hashstring.cc
@@ -39,11 +39,6 @@ static PyObject *HashString_NEW(PyTypeObject *type,PyObject *Args,
return PyObj;
}
-PyObject *PyHashString_FromCpp(HashString *obj)
-{
- return CppPyObject_NEW<HashString*>(&PyHashString_Type, obj);
-}
-
static PyObject *HashString_Repr(PyObject *self)
{
HashString *hash = GetCpp<HashString*>(self);