| Index: blimp/helium/errors.h
|
| diff --git a/blimp/helium/errors.h b/blimp/helium/errors.h
|
| deleted file mode 100644
|
| index 969f9147cced841a93deb9adcc7aa623d5cfa1cf..0000000000000000000000000000000000000000
|
| --- a/blimp/helium/errors.h
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -// This file intentionally does not have header guards, it's included
|
| -// inside a macro to generate enum values.
|
| -
|
| -// The operation could not be performed because the connection to the peer was
|
| -// lost.
|
| -HELIUM_ERROR(DISCONNECTED, 1)
|
| -
|
| -// The remote end provided data which is not compliant with the protocol.
|
| -HELIUM_ERROR(PROTOCOL_ERROR, 2)
|
|
|