From c02c9e6bdd69ad35d45d1eb36e2f0f31f7d30a29 Mon Sep 17 00:00:00 2001 From: Xele02 Date: Mon, 21 Jan 2013 01:22:00 +0100 Subject: [PATCH] Remove typedef redefined which break linux build --- ext/cityhash/city.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/cityhash/city.cpp b/ext/cityhash/city.cpp index d86d4e6924..8e2dec0ab3 100644 --- a/ext/cityhash/city.cpp +++ b/ext/cityhash/city.cpp @@ -32,9 +32,6 @@ #include #include // for memcpy and memset -typedef unsigned long long uint64; -typedef unsigned int uint32; - using namespace std; static uint64 UNALIGNED_LOAD64(const char *p) {