From 055e154c3ea89eaafafb3f0791ab1be4eea73cea Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Fri, 17 Jul 2015 15:41:06 +0300 Subject: [PATCH] Remove index extensions from defines. --- defines.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/defines.hpp b/defines.hpp index 35b7223f8f..7eded22a62 100644 --- a/defines.hpp +++ b/defines.hpp @@ -26,10 +26,6 @@ #define ROUTING_FTSEG_FILE_TAG "ftseg" #define ROUTING_NODEIND_TO_FTSEGIND_FILE_TAG "node2ftseg" -#define FTSEG_MAPPING_BACKWARD_INDEX_NODES_EXT ".bftsegnodes" -#define FTSEG_MAPPING_BACKWARD_INDEX_BITS_EXT ".bftsegbits" -#define FEATURES_OFFSETS_TABLE_FILE_EXT ".offsets" - // Secret word to unlock experimental features in production builds. #define ROUTING_SECRET_UNLOCKING_WORD "?pedestrian" #define ROUTING_SECRET_LOCKING_WORD "?vehicle"