Skip to content

Commit 07bb84e

Browse files
Remove duplicate forward declaration section.
1 parent 4ed562c commit 07bb84e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cxoTransform.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
static Py_ssize_t cxoTransform_calculateSize(PyObject *value,
2929
cxoTransformNum transformNum);
3030
static cxoTransformNum cxoTransform_getNumFromPythonType(PyTypeObject *type);
31-
32-
33-
//-----------------------------------------------------------------------------
34-
// Forward declarations
35-
//-----------------------------------------------------------------------------
3631
static PyObject *cxoTransform_toPythonFromJson(cxoConnection *connection,
3732
dpiJsonNode *node, const char *encodingErrors);
3833

0 commit comments

Comments
 (0)