From 334fc54b5d2eb0b4d3745262bc8bc3339f18d967 Mon Sep 17 00:00:00 2001 From: "Daniel.Perry" Date: Tue, 25 Nov 2014 18:03:54 -0500 Subject: [PATCH] removed unused code --- format.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/format.h b/format.h index dfe04ec9..1d1a6eb9 100644 --- a/format.h +++ b/format.h @@ -410,14 +410,6 @@ inline int isinfinity(double x) { return !_finite(x); } inline int isinfinity( long double x) { return !_finite(static_cast(x)); } #endif -/* -template -struct IsLongDouble { enum {VALUE = 0}; }; - -template <> -struct IsLongDouble { enum {VALUE = 1}; }; -*/ - template class BasicCharTraits { public: