From 7897f7d991646a5d2bf1e852607d3849b9f227a1 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 25 Apr 2024 17:27:47 -0400 Subject: [PATCH] another extra time type --- firmware/controllers/algo/rusefi_types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index 29bd7e0237..ec36b67bfb 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -34,11 +34,6 @@ #define STOICH_RATIO 14.7f #define CONST_PI 3.14159265358979323846 -/** - * 64 bit time in milliseconds (1/1_000 of a second), since boot - */ -using efitimems64_t = int64_t; - /** * integer time in milliseconds (1/1_000 of a second) * 32 bit 4B / 1000 = 4M seconds = 1111.11 hours = 23(or46?) days.