| Index: sdk/lib/crypto/crypto.dart
|
| diff --git a/sdk/lib/crypto/crypto.dart b/sdk/lib/crypto/crypto.dart
|
| index 4262e88bc2b8eab2e38e91647687468806a7484b..a34ce53616f32a35795d1734eac4126c97aa978c 100644
|
| --- a/sdk/lib/crypto/crypto.dart
|
| +++ b/sdk/lib/crypto/crypto.dart
|
| @@ -142,9 +142,6 @@ abstract class CryptoUtils {
|
| *
|
| * If [urlSafe] is true, the result is URL and filename safe.
|
| *
|
| - * If [usePadding] is false, No extra padding characters ('=') are
|
| - * appended to the output.
|
| - *
|
| * Based on [RFC 4648](http://tools.ietf.org/html/rfc4648)
|
| *
|
| */
|
|
|