Skip to content

Commit b06ccc7

Browse files
committed
[APFloat] Remove orphan ilogb(DoubleAPFloat) declaration. NFCI.
1 parent 5169627 commit b06ccc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/APFloat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ class DoubleAPFloat final : public APFloatBase {
687687

688688
bool getExactInverse(APFloat *inv) const;
689689

690-
friend int ilogb(const DoubleAPFloat &Arg);
691690
friend DoubleAPFloat scalbn(const DoubleAPFloat &X, int Exp, roundingMode);
692691
friend DoubleAPFloat frexp(const DoubleAPFloat &X, int &Exp, roundingMode);
693692
friend hash_code hash_value(const DoubleAPFloat &Arg);

0 commit comments

Comments
 (0)