| Index: runtime/vm/kernel_binary.h
|
| diff --git a/runtime/vm/kernel_binary.h b/runtime/vm/kernel_binary.h
|
| index ec3f758141a4ea54679ce50b3b9b64192ca717ec..bcc943425f26e4c569332299ae4e3b1b5a5b1bcf 100644
|
| --- a/runtime/vm/kernel_binary.h
|
| +++ b/runtime/vm/kernel_binary.h
|
| @@ -16,10 +16,8 @@
|
| namespace dart {
|
| namespace kernel {
|
|
|
| -
|
| static const uint32_t kMagicProgramFile = 0x90ABCDEFu;
|
|
|
| -
|
| // Keep in sync with package:dynamo/lib/binary/tag.dart
|
| enum Tag {
|
| kNothing = 0,
|
| @@ -134,10 +132,8 @@ enum Tag {
|
| kSpecialIntLiteral = 144,
|
| };
|
|
|
| -
|
| static const int SpecializedIntLiteralBias = 3;
|
|
|
| -
|
| class Reader {
|
| public:
|
| Reader(const uint8_t* buffer, intptr_t size)
|
| @@ -297,7 +293,6 @@ class Reader {
|
| friend class Program;
|
| };
|
|
|
| -
|
| // A helper class that resets the readers min and max positions both upon
|
| // initialization and upon destruction, i.e. when created the min an max
|
| // positions will be reset to "noSource", when destructing the min and max will
|
|
|