Index: mojo/nacl/sfi/nacl_bindings_generator/mojo_irt.h.tmpl |
diff --git a/mojo/nacl/sfi/nacl_bindings_generator/mojo_irt.h.tmpl b/mojo/nacl/sfi/nacl_bindings_generator/mojo_irt.h.tmpl |
deleted file mode 100644 |
index 34b799c1d7407969026b2102171344f60f02f444..0000000000000000000000000000000000000000 |
--- a/mojo/nacl/sfi/nacl_bindings_generator/mojo_irt.h.tmpl |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-// Copyright 2015 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. |
- |
-{{generator_warning}} |
- |
-#ifndef {{platform_dir_header_path}}_MOJO_IRT_H_ |
-#define {{platform_dir_header_path}}_MOJO_IRT_H_ |
- |
-#include "mojo/public/c/system/buffer.h" |
-#include "mojo/public/c/system/data_pipe.h" |
-#include "mojo/public/c/system/handle.h" |
-#include "mojo/public/c/system/message_pipe.h" |
-#include "mojo/public/c/system/result.h" |
-#include "mojo/public/c/system/time.h" |
- |
-#define NACL_IRT_MOJO_v0_1 "nacl-irt-mojo-0.1" |
- |
-{{body}} |
- |
-#ifdef __cplusplus |
-extern "C" { |
-#endif |
- |
-size_t mojo_irt_query(const char* interface_ident, |
- void* table, |
- size_t tablesize); |
- |
-#ifdef __cplusplus |
-} |
-#endif |
- |
-#endif // {{platform_dir_header_path}}_MOJO_IRT_H_ |