relayd: clean-up: remove unused DATETIME_STRING_SIZE definition
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 Apr 2020 16:25:20 +0000 (12:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 Apr 2020 16:26:04 +0000 (12:26 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I79d6fd63537792b3031075bb102daddce5db1bde

src/bin/lttng-relayd/backward-compatibility-group-by.c

index 241c21f469b8356b813926037550ab60cbb8c8c7..eaae4e9417edb7b1c5af88e3040004d5041ca50c 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "backward-compatibility-group-by.h"
 
-#define DATETIME_STRING_SIZE 16
 #define DATETIME_REGEX \
        ".*-[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9]-[0-2][0-9][0-5][0-9][0-5][0-9]$"
 
This page took 0.026356 seconds and 4 git commands to generate.