Skip to content

Commit

Permalink
Remove unnecessary decl
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Jan 3, 2024
1 parent 81482f5 commit 2b33e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/c/jpy_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ PyObject* JPy_destroy_jvm(PyObject* self, PyObject* args);
PyObject* JPy_get_type(PyObject* self, PyObject* args, PyObject* kwds);
PyObject* JPy_cast(PyObject* self, PyObject* args);
PyObject* JPy_array(PyObject* self, PyObject* args);
PyObject* JType_CreateJavaByteBufferObj(JNIEnv* jenv, PyObject* pyObj);
PyObject* JPy_byte_buffer(PyObject* self, PyObject* args);


Expand Down

0 comments on commit 2b33e43

Please sign in to comment.