Skip to content

Commit

Permalink
Trivial code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed May 13, 2024
1 parent eb3f41d commit aa77dbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/c/jpy_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,11 +800,7 @@ PyObject* JType_CreateJavaByteBufferObj(JNIEnv* jenv, PyObject* pyObj)

PyObject* JPy_byte_buffer_internal(JNIEnv* jenv, PyObject* self, PyObject* args)
{
jobject byteBufferRef;
PyObject* pyObj;
PyObject* newPyObj;
Py_buffer *pyBuffer;
JPy_JByteBufferObj* byteBuffer;

if (!PyArg_ParseTuple(args, "O:byte_buffer", &pyObj)) {
return NULL;
Expand Down

0 comments on commit aa77dbd

Please sign in to comment.