Skip to content

Commit

Permalink
[lldb] Add header REPL.h to lldb_Expression
Browse files Browse the repository at this point in the history
As of c5bfa3d, REPL.h no longer has a
private implementation header in it. This TODO and the thing it marks
cdan be removed.
  • Loading branch information
bulbazord committed Mar 24, 2023
1 parent 29a5c3c commit 44650a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lldb/include/lldb/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ module lldb_Wrapper {

umbrella "Expression"
module * { export * }
// TODO: This file includes a non-public header.
exclude header "Expression/REPL.h"
}

module lldb_Interpreter {
Expand Down

0 comments on commit 44650a9

Please sign in to comment.