| Index: samples/myapi/generated/myapi_service.idl
|
| diff --git a/samples/myapi/generated/myapi_service.idl b/samples/myapi/generated/myapi_service.idl
|
| deleted file mode 100644
|
| index 1ec96ede5035671b90fc89ea995b78cda612e8f4..0000000000000000000000000000000000000000
|
| --- a/samples/myapi/generated/myapi_service.idl
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright (c) 2015, the Fletch 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.md file.
|
| -
|
| -service MyApiService {
|
| -
|
| - int32 create();
|
| - void destroy(int32 api);
|
| -
|
| - int32 foo(int32 api);
|
| -
|
| - void MyObject_funk(int32 api, int32 id, int32 o);
|
| -
|
| -}
|
|
|