summaryrefslogtreecommitdiff
path: root/src/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cc')
-rw-r--r--src/session.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.cc b/src/session.cc
index a8bb628a..b6153203 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -159,7 +159,6 @@ std::size_t session_t::read_data(const string& master_account)
shared_ptr<std::istream> stream(new std::istringstream(buffer.str()));
parsing_context.push(stream);
- parsing_context.get_current().pathname = "/dev/stdin";
} else {
parsing_context.push(pathname);
}