summaryrefslogtreecommitdiff
path: root/gdb/source-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/source-cache.h')
-rw-r--r--gdb/source-cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/source-cache.h b/gdb/source-cache.h
index e2e25a170fd..a00efbf3fba 100644
--- a/gdb/source-cache.h
+++ b/gdb/source-cache.h
@@ -63,12 +63,6 @@ private:
are as for get_source_lines. */
bool get_plain_source_lines (struct symtab *s, int first_line,
int last_line, std::string *lines_out);
- /* A helper function for get_plain_source_lines that extracts the
- desired source lines from TEXT, putting them into LINES_OUT. The
- arguments are as for get_source_lines. The return value is the
- desired lines. */
- std::string extract_lines (const struct source_text &text, int first_line,
- int last_line);
/* The contents of the cache. */
std::vector<source_text> m_source_map;