Skip to content

Commit 34ee951

Browse files
Merge pull request protocolbuffers#658 from cmburn:main
PiperOrigin-RevId: 457738277
2 parents 49876f4 + 254f27c commit 34ee951

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/descriptor.h

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
7272
// Returns the underlying |def| for a given wrapper object. The caller must
7373
// have already verified that the given Python object is of the expected type.
7474
const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file);
75-
const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
7675

7776
// Module-level init.
7877
bool PyUpb_InitDescriptor(PyObject* m);

0 commit comments

Comments
 (0)