diff --git a/Sources/Foundation/Decimal.swift b/Sources/Foundation/Decimal.swift index 935557d0ad..7b8203f862 100644 --- a/Sources/Foundation/Decimal.swift +++ b/Sources/Foundation/Decimal.swift @@ -39,10 +39,6 @@ extension Decimal : _ObjectiveCBridgeable { // MARK: - C Functions -public func pow(_ x: Decimal, _ y: Int) -> Decimal { - _pow(x, y) -} - public func NSDecimalAdd(_ result: UnsafeMutablePointer, _ lhs: UnsafePointer, _ rhs: UnsafePointer, _ roundingMode: Decimal.RoundingMode) -> Decimal.CalculationError { _NSDecimalAdd(result, lhs, rhs, roundingMode) }