Index: src/trusted/service_runtime/name_service/default_name_service.h |
diff --git a/src/trusted/service_runtime/name_service/default_name_service.h b/src/trusted/service_runtime/name_service/default_name_service.h |
deleted file mode 100644 |
index 400b3c3e827f6a96ce263245cf0245ada9743dce..0000000000000000000000000000000000000000 |
--- a/src/trusted/service_runtime/name_service/default_name_service.h |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-/* |
- * Copyright 2011 The Native Client 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 NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NAME_SERVICE_DEFAULT_NAME_SERVICE_H_ |
-#define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_NAME_SERVICE_DEFAULT_NAME_SERVICE_H_ |
- |
-#include "native_client/src/include/nacl_base.h" |
-#include "native_client/src/include/portability.h" |
- |
-#include "native_client/src/trusted/desc/nacl_desc_base.h" |
- |
-#include "native_client/src/trusted/service_runtime/name_service/name_service.h" |
- |
-int NaClDefaultNameServiceInit(struct NaClNameService *ns); |
- |
-#endif |