Skip to content

Commit

Permalink
Remove duplicate function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
cmburn committed Jun 21, 2022
1 parent 88047d9 commit 254f27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
// Returns the underlying |def| for a given wrapper object. The caller must
// have already verified that the given Python object is of the expected type.
const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file);
const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);

// Module-level init.
bool PyUpb_InitDescriptor(PyObject* m);
Expand Down

0 comments on commit 254f27c

Please sign in to comment.