We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49876f4 + 254f27c commit 34ee951Copy full SHA for 34ee951
python/descriptor.h
@@ -72,7 +72,6 @@ const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
72
// Returns the underlying |def| for a given wrapper object. The caller must
73
// have already verified that the given Python object is of the expected type.
74
const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file);
75
-const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
76
77
// Module-level init.
78
bool PyUpb_InitDescriptor(PyObject* m);
0 commit comments