Commit 98c940bf authored by Jan Kratochvil's avatar Jan Kratochvil
Browse files

[NFC] [lldb] Remove unused declaration

ObjectFileELF::GetSectionIndexByType declaration without definition was
added by commit 17220c18.
parent 592f3548
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -328,9 +328,6 @@ private:
  /// section index 0 is never valid).
  lldb::user_id_t GetSectionIndexByName(const char *name);

  // Returns the ID of the first section that has the given type.
  lldb::user_id_t GetSectionIndexByType(unsigned type);

  /// Returns the section header with the given id or NULL.
  const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);