X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FString.h;h=750863b986bbe52b4812aaa0ed8f84cc89052779;hp=6889476bd87069aff07f95072cc3ab1150f761b1;hb=fe9d8cadb9bba9ddc7ea151f779458b8dc1904cd;hpb=ff17894be919173b4bbaf5d9f535b62f92806ebf diff --git a/folly/String.h b/folly/String.h index 6889476b..750863b9 100644 --- a/folly/String.h +++ b/folly/String.h @@ -468,21 +468,6 @@ void splitTo(const Delim& delimiter, * Note that this will likely not work if the last field's target is of numeric * type, in which case folly::to<> will throw an exception. */ -template -struct IsSomeVector { - enum { value = false }; -}; - -template -struct IsSomeVector, void> { - enum { value = true }; -}; - -template -struct IsSomeVector, void> { - enum { value = true }; -}; - template struct IsConvertible { enum { value = false };