Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: src/trusted/gio/gio_nacl_desc.h

Issue 594733005: Cleanup: Remove src/trusted/gio/, since it is unused (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/gio/build.scons ('k') | src/trusted/gio/gio_nacl_desc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gio/gio_nacl_desc.h
diff --git a/src/trusted/gio/gio_nacl_desc.h b/src/trusted/gio/gio_nacl_desc.h
deleted file mode 100644
index 0a0e00f79b41a6c0ec137ef92243c7dcdcea5919..0000000000000000000000000000000000000000
--- a/src/trusted/gio/gio_nacl_desc.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright 2010 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.
- */
-
-/*
- * Subclass of the gio object that wraps NaClDesc objects. Direct
- * read/write pass through is done.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_GIO_WRAPPED_DESC_GIO_NACL_DESC_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_GIO_WRAPPED_DESC_GIO_NACL_DESC_H_
-
-#include "native_client/src/include/nacl_base.h"
-
-#include "native_client/src/shared/gio/gio.h"
-
-EXTERN_C_BEGIN
-
-struct NaClDesc;
-
-struct NaClGioNaClDesc {
- struct Gio base;
- struct NaClDesc *wrapped;
-};
-
-/*
- * The Ctor takes a new reference to wrapped.
- */
-int NaClGioNaClDescCtor(struct NaClGioNaClDesc *self,
- struct NaClDesc *wrapped);
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_GIO_WRAPPED_DESC_GIO_NACL_DESC_H_ */
« no previous file with comments | « src/trusted/gio/build.scons ('k') | src/trusted/gio/gio_nacl_desc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698