Skip to content

Commit

Permalink
upb: delete upb/def.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557632943
  • Loading branch information
ericsalo authored and copybara-github committed Aug 16, 2023
1 parent 60e9f9c commit 4c25535
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ cc_library(
bootstrap_cc_library(
name = "reflection",
hdrs = [
"upb/def.h",
"upb/reflection/def.h",
"upb/reflection/def.hpp",
"upb/reflection/message.h",
Expand Down
2 changes: 1 addition & 1 deletion docs/wrapping-upb.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class MyMessage(_message.Message):

To use reflection-based access:

1. Load and access descriptor data using the interfaces in upb/def.h.
1. Load and access descriptor data using the interfaces in upb/reflection/def.h.
2. Access message data using the interfaces in upb/reflection/message.h.

### MiniTables
Expand Down
39 changes: 0 additions & 39 deletions upb/def.h

This file was deleted.

0 comments on commit 4c25535

Please sign in to comment.