Skip to content

Commit

Permalink
Commented-out the unused static function timestampNew().
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Emmerson committed Sep 18, 2013
1 parent 2e40e85 commit 5bf2453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/unitcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,7 @@ timestampNewOrigin(
}


#if 0
/*
* Returns a new unit instance.
*
Expand Down Expand Up @@ -2114,6 +2115,7 @@ timestampNew(
return timestampNewOrigin(
unit, ut_encode_time(year, month, day, hour, minute, second));
}
#endif


static ProductUnit*
Expand Down

0 comments on commit 5bf2453

Please sign in to comment.