| Index: client/html/generated/src/wrapping/_Float64ArrayWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_Float64ArrayWrappingImplementation.dart b/client/html/generated/src/wrapping/_Float64ArrayWrappingImplementation.dart
|
| deleted file mode 100644
|
| index bc7430ae0b05e1c7eeb5109fcd3f11bbf4aa8f76..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_Float64ArrayWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class Float64ArrayWrappingImplementation extends ArrayBufferViewWrappingImplementation implements Float64Array {
|
| - Float64ArrayWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - int get length() { return _ptr.length; }
|
| -
|
| - Float64Array subarray(int start, [int end]) {
|
| - if (end === null) {
|
| - return LevelDom.wrapFloat64Array(_ptr.subarray(start));
|
| - } else {
|
| - return LevelDom.wrapFloat64Array(_ptr.subarray(start, end));
|
| - }
|
| - }
|
| -}
|
|
|