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

Unified Diff: src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h

Issue 298443002: Remove unused support for SysV shared memory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 7 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
Index: src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h
diff --git a/src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h b/src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h
deleted file mode 100644
index 5e16736540fd640fb41da6e53ea0c157486d6747..0000000000000000000000000000000000000000
--- a/src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2009 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_PLATFORM_QUALIFY_LINUX_SYSV_SHM_AND_MMAP_H__
-#define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_LINUX_SYSV_SHM_AND_MMAP_H__
-
-#include "native_client/src/include/nacl_base.h"
-
-EXTERN_C_BEGIN
-
-/*
- * NaClPlatformQualifySysVShmAndMmapHasProblems returns 0 if there are
- * no problems, and an integer (as well as printing to standard error)
- * representing the error that occurred. We do not provide any
- * user-viewable / -interpretable string for this error code.
- */
-int NaClPlatformQualifySysVShmAndMmapHasProblems(void);
-
-EXTERN_C_END
-
-#endif
« no previous file with comments | « src/trusted/platform_qualify/linux/nacl_os_qualify.c ('k') | src/trusted/platform_qualify/linux/sysv_shm_and_mmap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698