Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove redundant declaration from generated code
It turns out that forward-declaring: struct foo; is redundant when combined with: typedef struct foo foo; Which is exactly what we were doing in the generated upb code. So, simplify it! PiperOrigin-RevId: 456590031
- Loading branch information