We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed562c commit 07bb84eCopy full SHA for 07bb84e
src/cxoTransform.c
@@ -28,11 +28,6 @@
28
static Py_ssize_t cxoTransform_calculateSize(PyObject *value,
29
cxoTransformNum transformNum);
30
static cxoTransformNum cxoTransform_getNumFromPythonType(PyTypeObject *type);
31
-
32
33
-//-----------------------------------------------------------------------------
34
-// Forward declarations
35
36
static PyObject *cxoTransform_toPythonFromJson(cxoConnection *connection,
37
dpiJsonNode *node, const char *encodingErrors);
38
0 commit comments