From 254f27c874d72604576d9fec4dbc57d730769522 Mon Sep 17 00:00:00 2001 From: Charlie Burnett <33696630+cmburn@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:31:33 -0500 Subject: [PATCH] Remove duplicate function prototype --- python/descriptor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/python/descriptor.h b/python/descriptor.h index 581e1c7a8c..b4229ef616 100644 --- a/python/descriptor.h +++ b/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 // have already verified that the given Python object is of the expected type. const upb_FileDef* PyUpb_FileDescriptor_GetDef(PyObject* file); -const void* PyUpb_AnyDescriptor_GetDef(PyObject* _self); // Module-level init. bool PyUpb_InitDescriptor(PyObject* m);