X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_time.c;fp=cbits%2Fhelper_apr_time.c;h=9c22ba6f5167c9c987fb0206924e579c8220f132;hp=54e0f3748cdd06dd910152935ccdf756e9d4e861;hb=da6a659f8aa0956a86787e64348e2cccc769d2bf;hpb=9c3793dc239ea1995755f391f1be3dccb3b75d99 diff --git a/cbits/helper_apr_time.c b/cbits/helper_apr_time.c index 54e0f37..9c22ba6 100644 --- a/cbits/helper_apr_time.c +++ b/cbits/helper_apr_time.c @@ -1,14 +1,6 @@ #include #include -const char (*array_apr_month_snames(void))[12][4] { - return &apr_month_snames; -} - -const char (*array_apr_day_snames(void))[7][4] { - return &apr_day_snames; -} - BC_INLINE1(apr_time_sec , apr_time_t, apr_time_t) BC_INLINE1(apr_time_usec, apr_time_t, apr_time_t) BC_INLINE1(apr_time_msec, apr_time_t, apr_time_t)