From 1285f207175fe0909b9e1143706175e0935b34db Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 15 Nov 2011 11:41:34 +0200 Subject: Remove unnecessary variable initializations --- odb/boost/date-time/oracle/gregorian-traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/boost/date-time/oracle/gregorian-traits.hxx') diff --git a/odb/boost/date-time/oracle/gregorian-traits.hxx b/odb/boost/date-time/oracle/gregorian-traits.hxx index 6daf6cf..c8cda41 100644 --- a/odb/boost/date-time/oracle/gregorian-traits.hxx +++ b/odb/boost/date-time/oracle/gregorian-traits.hxx @@ -36,8 +36,8 @@ namespace odb v = date (::boost::date_time::not_a_date_time); else { - short y (0); - unsigned char m (0), d (0), h (0), min (0), s (0); + short y; + unsigned char m, d, h, min, s; details::get_date (b, y, m, d, h, min, s); -- cgit v1.1