From 5bf24532b9c7b86c2d164a9ad3dc1e881ddf34db Mon Sep 17 00:00:00 2001 From: Steven Emmerson Date: Wed, 18 Sep 2013 09:10:55 -0600 Subject: [PATCH] Commented-out the unused static function timestampNew(). --- lib/unitcore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unitcore.c b/lib/unitcore.c index cf45199..71f4e9d 100644 --- a/lib/unitcore.c +++ b/lib/unitcore.c @@ -2079,6 +2079,7 @@ timestampNewOrigin( } +#if 0 /* * Returns a new unit instance. * @@ -2114,6 +2115,7 @@ timestampNew( return timestampNewOrigin( unit, ut_encode_time(year, month, day, hour, minute, second)); } +#endif static ProductUnit*