Skip to content

Commit

Permalink
Addressed PR comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Jan 9, 2022
1 parent 00c106f commit c2053d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/descriptor_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c2053d2

Please sign in to comment.