From dd38e5cf98a48d0067c922999d6967eba37b7216 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sat, 6 Jan 2018 12:05:08 -0600 Subject: [PATCH] Unexport fix_year_month. Was for testing only. --- src/qdate.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/qdate.erl b/src/qdate.erl index c9b9d91..a00441c 100644 --- a/src/qdate.erl +++ b/src/qdate.erl @@ -131,10 +131,6 @@ parse/1 ]). --export([ - fix_year_month/1 -]). - %% This the value in gregorian seconds for jan 1st 1970, 12am %% It's used to convert to and from unixtime, since unixtime starts %% 1970-01-01 12:00am