Skip to content

Commit fc15fc5

Browse files
[Orc] Remove a redundant declaration (NFC)
DebugUtils.h contains an identical declaration with a correct comment, namely: /// Render a LookupKind. raw_ostream &operator<<(raw_ostream &OS, const LookupKind &K); Identified with readability-redundant-declaration.
1 parent 2132906 commit fc15fc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ raw_ostream &operator<<(raw_ostream &OS,
7373
/// Rendar a SymbolLookupFlags instance.
7474
raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LookupFlags);
7575

76-
/// Render a JITDylibLookupFlags instance.
77-
raw_ostream &operator<<(raw_ostream &OS, const LookupKind &K);
78-
7976
/// Render a SymbolLookupSet entry.
8077
raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupSet::value_type &KV);
8178

0 commit comments

Comments
 (0)