This isn't needed anymore because we don't use the foreach macro.
authorCryptoManiac <balthazar@yandex.ru>
Sun, 10 Apr 2016 12:21:55 +0000 (15:21 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 10 Apr 2016 12:21:55 +0000 (15:21 +0300)
src/util.h

index be6c0ce..c6b5dea 100644 (file)
@@ -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<t1, t2>
-#define PAIRTYPE(t1, t2)    std::pair<t1, t2>
-
 // Align by increasing pointer, must have extra space at end of buffer
 template <size_t nBytes, typename T>
 T* alignup(T* p)