From 33118dc3f360ed4c8062929fc02fc18a30582ec0 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 10 Apr 2016 15:21:55 +0300 Subject: [PATCH] This isn't needed anymore because we don't use the foreach macro. --- src/util.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/util.h b/src/util.h index be6c0ce..c6b5dea 100644 --- a/src/util.h +++ b/src/util.h @@ -97,9 +97,6 @@ void LogStackTrace(); #define PRIpdd "td" #endif -// This is needed because the foreach macro can't get over the comma in pair -#define PAIRTYPE(t1, t2) std::pair - // Align by increasing pointer, must have extra space at end of buffer template T* alignup(T* p) -- 1.7.1