From b7632e7475914e1e358dc4b6e0586959797a5bef Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 02:44:12 -0400 Subject: Removed an unnused member. --- src/session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/session.h b/src/session.h index 07b07dee..83a31b96 100644 --- a/src/session.h +++ b/src/session.h @@ -63,8 +63,6 @@ class session_t : public noncopyable, public scope_t friend void set_session_context(session_t * session); public: - scope_t * global_scope; - std::list data_files; bool next_data_file_from_command_line; bool saw_data_file_from_command_line; -- cgit v1.2.3