summaryrefslogtreecommitdiff
path: root/math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx')
-rw-r--r--math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx b/math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx
deleted file mode 100644
index ce81ebd04ea4..000000000000
--- a/math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- Common/vtkPythonUtil.cxx.orig Thu Oct 12 03:11:22 2006
-+++ Common/vtkPythonUtil.cxx Thu Oct 12 03:11:33 2006
-@@ -731,7 +731,7 @@
- }
- if (strcmp(name, "__doc__") == 0)
- {
-- char *doc = t->tp_doc;
-+ const char *doc = t->tp_doc;
- if (doc != NULL)
- {
- return PyString_FromString(doc);