Merge pull request #658 from cmburn:main

PiperOrigin-RevId: 457738277
pull/13171/head
Copybara-Service 2 years ago
commit 34ee951c19
  1. 1
      python/descriptor.h

@ -72,7 +72,6 @@ const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
// Returns the underlying |def| for a given wrapper object. The caller must // 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. // have already verified that the given Python object is of the expected type.
const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file); const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file);
const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self);
// Module-level init. // Module-level init.
bool PyUpb_InitDescriptor(PyObject* m); bool PyUpb_InitDescriptor(PyObject* m);

Loading…
Cancel
Save