commit 7e1489e7ab47c825b55ad821f9c97b9d050f67e8
parent e6f7b18cd915ca51476f1d5ad50feed3a626f853
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 9 Jan 2017 00:44:41 +0100
Remove array of months, it's currently unused and will likely remain so
Diffstat:
2 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/src/config.c b/src/config.c
@@ -46,18 +46,3 @@ char *protocolsNames[] = {
"HTTP/1.1",
"HTTP/1.0"
};
-
-char *months[] = {
- "Jan",
- "Feb",
- "Mar",
- "Apr",
- "May",
- "Jun",
- "Jul",
- "Aug",
- "Sep",
- "Oct",
- "Nov",
- "Dec"
-};
diff --git a/src/config.h b/src/config.h
@@ -33,6 +33,4 @@ extern char *continentsNames[];
extern char *methodsNames[];
extern char *protocolsNames[];
-extern char *months[];
-
#endif /* CONFIG_H */