Skip to content

Commit

Permalink
[Orc] Remove a redundant declaration (NFC)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kazutakahirata committed Dec 26, 2021
1 parent 2132906 commit fc15fc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ raw_ostream &operator<<(raw_ostream &OS,
/// Rendar a SymbolLookupFlags instance.
raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LookupFlags);

/// Render a JITDylibLookupFlags instance.
raw_ostream &operator<<(raw_ostream &OS, const LookupKind &K);

/// Render a SymbolLookupSet entry.
raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupSet::value_type &KV);

Expand Down

0 comments on commit fc15fc5

Please sign in to comment.