Index: native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h |
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h b/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h |
deleted file mode 100644 |
index bf33a935c78ae4d1cc1e99346679f242c358dc18..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-/* Copyright (c) 2012 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. |
- */ |
- |
-#ifndef HELLO_NACL_MOUNTS_H_ |
-#define HELLO_NACL_MOUNTS_H_ |
- |
-#include <stdarg.h> |
-#include "ppapi/c/pp_var.h" |
- |
-struct PP_Var CStrToVar(const char* str); |
-char* VprintfToNewString(const char* format, va_list args); |
-char* PrintfToNewString(const char* format, ...); |
-struct PP_Var PrintfToVar(const char* format, ...); |
-uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length); |
- |
-#endif /* HELLO_NACL_MOUNTS_H_ */ |