aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_util.h')
-rw-r--r--src/pl/plpython/plpy_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pl/plpython/plpy_util.h b/src/pl/plpython/plpy_util.h
index 4c29f9aea3c..66c5ccf8ac3 100644
--- a/src/pl/plpython/plpy_util.h
+++ b/src/pl/plpython/plpy_util.h
@@ -6,11 +6,6 @@
#ifndef PLPY_UTIL_H
#define PLPY_UTIL_H
-extern void *PLy_malloc(size_t bytes);
-extern void *PLy_malloc0(size_t bytes);
-extern char *PLy_strdup(const char *str);
-extern void PLy_free(void *ptr);
-
extern PyObject *PLyUnicode_Bytes(PyObject *unicode);
extern char *PLyUnicode_AsString(PyObject *unicode);