Index: lily/include/lily-lexer.hh |
diff --git a/lily/include/lily-lexer.hh b/lily/include/lily-lexer.hh |
index 88b06f365c95037fe3125d9dfcd03ac464080f25..cb29d16f806f7e5e80a8aa247e8678c63ba15259 100644 |
--- a/lily/include/lily-lexer.hh |
+++ b/lily/include/lily-lexer.hh |
@@ -98,7 +98,6 @@ public: |
using Includable_lexer::new_input; |
bool top_input () { return include_stack_.size () < 2; } |
- SCM keyword_list () const; |
SCM lookup_identifier (const std::string &s); |
SCM lookup_identifier_symbol (SCM s); |
void push_extra_token (Input const &where, |