From 87559f480badc2be26279bd1822980e7ce5dbba5 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 16 Dec 2017 14:52:57 +0100 Subject: Show some performance stats. --- src/text.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/text.cpp') diff --git a/src/text.cpp b/src/text.cpp index 898466f..0959277 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -8,8 +8,6 @@ static const char *human_names[] = { "Kowalski", "Jackson", "Carter", "O'Neill", "Hammond", "Mitchell" }; -#define count(A) (sizeof(A) / sizeof((A)[0])) - static std::string get_english(index_t index) { switch (index) { -- cgit