Skip to content

Commit 1fd7cbb

Browse files
petknikic
authored andcommittedJun 2, 2018
Fix warnings defined but not used
1 parent 1e5ca62 commit 1fd7cbb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎ext/standard/datetime.c

-10
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,10 @@
3131
#endif
3232
#include <stdio.h>
3333

34-
static const char * const mon_full_names[] = {
35-
"January", "February", "March", "April",
36-
"May", "June", "July", "August",
37-
"September", "October", "November", "December"
38-
};
39-
4034
static const char * const mon_short_names[] = {
4135
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
4236
};
4337

44-
static const char * const day_full_names[] = {
45-
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
46-
};
47-
4838
static const char * const day_short_names[] = {
4939
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
5040
};

0 commit comments

Comments
 (0)