[APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowe...
[oota-llvm.git] / include / llvm / ADT / APFloat.h
index 7e71dd33931ffd5740184fe1ac848cb419d93d58..4ccb96ab765a9ecbc303434c63d3ef819aca046f 100644 (file)
@@ -191,7 +191,6 @@ public:
   APFloat(const fltSemantics &); // Default construct to 0.0
   APFloat(const fltSemantics &, StringRef);
   APFloat(const fltSemantics &, integerPart);
-  APFloat(const fltSemantics &, fltCategory, bool negative);
   APFloat(const fltSemantics &, uninitializedTag);
   APFloat(const fltSemantics &, const APInt &);
   explicit APFloat(double d);