summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-17 18:57:14 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-17 18:57:14 +0200
commit7a1e84cbf38c5b20fcee4bf6fd14b31d84a0d022 (patch)
tree6395188be3a69bd7c267fe992fea538a3ee05c68
parent11c495d26f6481176613f50215a5f12219601fe0 (diff)
Minor changes
-rw-r--r--src/logger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/logger.c b/src/logger.c
index 28e292c..42124fe 100644
--- a/src/logger.c
+++ b/src/logger.c
@@ -97,7 +97,6 @@ int main (int argc, char *argv [])
time_t interval;
struct timespec power_ts;
int queue_id=0;
- char *header[STATIC_LEN];
while(!__stop){
interval=INTERVAL(__loginterval);