From ecc2c8f46452c5041dca34bcfd24bbd863d1d46e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Oct 2014 08:44:32 +0200 Subject: Improve printing of ASTs --- src/libexpr/symbol-table.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libexpr/symbol-table.hh') diff --git a/src/libexpr/symbol-table.hh b/src/libexpr/symbol-table.hh index 140662b51..2fdf82021 100644 --- a/src/libexpr/symbol-table.hh +++ b/src/libexpr/symbol-table.hh @@ -58,12 +58,6 @@ public: friend std::ostream & operator << (std::ostream & str, const Symbol & sym); }; -inline std::ostream & operator << (std::ostream & str, const Symbol & sym) -{ - str << *sym.s; - return str; -} - class SymbolTable { private: -- cgit v1.2.3