From f1523b5464924bf9d9987fce0cb3dbe4acda5a4b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Mar 2009 03:44:27 -0400 Subject: The new code is working now. --- src/textual.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index 8f7388a2..0c92f7bb 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -592,8 +592,6 @@ void instance_t::period_xact_directive(char * line) try { std::auto_ptr pe(new period_xact_t(skip_ws(line + 1))); - if (! pe->period) - throw_(parse_error, _("Parsing time period '%1'") << line); reveal_context = false; -- cgit v1.2.3