From 311e3b43b68209648fe9561d1aaff93d9a4d4f0f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Mar 2009 03:52:55 +0000 Subject: Make out and error streams fields of CEnv instead of static globals. git-svn-id: http://svn.drobilla.net/resp/tuplr@73 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- tuplr.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tuplr.cpp') diff --git a/tuplr.cpp b/tuplr.cpp index 5837715..a4fd8b8 100644 --- a/tuplr.cpp +++ b/tuplr.cpp @@ -28,10 +28,6 @@ using boost::format; Funcs ASTConsCall::funcs; -std::ostream& err = std::cerr; -std::ostream& out = std::cout; - - /*************************************************************************** * Lexer * ***************************************************************************/ -- cgit v1.2.1