From 432be9e98981104062917e248f570d4d9f1d21ce Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Oct 2009 22:25:13 -0400 Subject: Removed unnused parameter to value_t::print --- src/value.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/value.h') diff --git a/src/value.h b/src/value.h index 23c8c8d5..9aa3cb04 100644 --- a/src/value.h +++ b/src/value.h @@ -927,8 +927,7 @@ public: const int first_width = -1, const int latter_width = -1, const bool right_justify = false, - const bool colorize = false, - const optional& date_format = none) const; + const bool colorize = false) const; void dump(std::ostream& out, const bool relaxed = true) const; /** -- cgit v1.2.3