Addressed PR comment.

pull/13171/head
Joshua Haberman 3 years ago
parent 00c106f551
commit c2053d2bc2
  1. 1
      python/descriptor_pool.c

@ -164,7 +164,6 @@ bool PyUpb_DescriptorPool_CheckNoDatabase(PyObject* _self) {
static bool PyUpb_DescriptorPool_LoadDependentFiles(
PyUpb_DescriptorPool* self, google_protobuf_FileDescriptorProto* proto) {
// Load dependent files if necessary.
size_t n;
const upb_strview* deps =
google_protobuf_FileDescriptorProto_dependency(proto, &n);

Loading…
Cancel
Save