Removed an unnused member.
This commit is contained in:
parent
c58cd88299
commit
b7632e7475
1 changed files with 0 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ class session_t : public noncopyable, public scope_t
|
||||||
friend void set_session_context(session_t * session);
|
friend void set_session_context(session_t * session);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
scope_t * global_scope;
|
|
||||||
|
|
||||||
std::list<path> data_files;
|
std::list<path> data_files;
|
||||||
bool next_data_file_from_command_line;
|
bool next_data_file_from_command_line;
|
||||||
bool saw_data_file_from_command_line;
|
bool saw_data_file_from_command_line;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue