Fix usingJEMalloc with Clang
[folly.git] / folly / gen / Combine-inl.h
index 06c8c208f7ec75237f35dee25a608092d226df85..46386bdd04308a9c8785f00605aea2fc6609f9b7 100644 (file)
@@ -203,8 +203,6 @@ class MergeTuples {
 
 }  // namespace detail
 
-static const detail::Map<detail::MergeTuples> tuple_flatten;
-
 // TODO(mcurtiss): support zip() for N>1 operands. Because of variadic problems,
 // this might not be easily possible until gcc4.8 is available.
 template<class Source,