aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_tree.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-07-25 20:29:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-07-25 22:47:44 -0700
commit0dbd83ffaf571dce9b1e8449c28e3ae0040d4e75 (patch)
tree2c6db62184e346a69d4b68ccba35d66952213c1d /src/parse_tree.h
parentf4d1657c22c81a7720a91026f915b80d2d6aa6e8 (diff)
Remove some dead code
Diffstat (limited to 'src/parse_tree.h')
-rw-r--r--src/parse_tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse_tree.h b/src/parse_tree.h
index 84114c5f..4dee0360 100644
--- a/src/parse_tree.h
+++ b/src/parse_tree.h
@@ -27,9 +27,6 @@ typedef uint32_t source_offset_t;
#define SOURCE_OFFSET_INVALID (static_cast<source_offset_t>(-1))
-/* Returns a description of a list of parse errors */
-wcstring parse_errors_description(const parse_error_list_t &errors, const wcstring &src, const wchar_t *prefix = NULL);
-
/** A struct representing the token type that we use internally */
struct parse_token_t
{