summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authordwight <dwight@Dwights-MacBook-2.local>2009-02-01 15:00:24 -0500
committerdwight <dwight@Dwights-MacBook-2.local>2009-02-01 15:00:24 -0500
commitc42f51576144159ffb1dac587f4340c01ddccaec (patch)
treec08d7b58b8add1268a83dcfe180b2939cac4d4dd /stdafx.h
parent5e5765f9b4c8f9dd4700946e4ef52be21fa298dd (diff)
parent9dc2d9aed84f48450742e37edea184d00cb3ee93 (diff)
downloadmongo-c42f51576144159ffb1dac587f4340c01ddccaec.tar.gz
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts: stdafx.h
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdafx.h b/stdafx.h
index 788292db112..4c63fd5a0f9 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -312,12 +312,5 @@ namespace mongo {
#define yassert 1
using namespace boost::filesystem;
-// boost::uint64_T is defined, don't need this
-//#if defined(__linux__)
-//#include "stdint.h"
-//#else if( !defined(uint64_t) )
-//typedef unsigned long long uint64_t;
-//#endif
-
#include "util/goodies.h"
#include "util/log.h"