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

Unified Diff: src/trusted/platform_qualify/linux/nacl_os_qualify.c

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
« no previous file with comments | « src/trusted/platform_qualify/build.scons ('k') | src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/platform_qualify/linux/nacl_os_qualify.c
diff --git a/src/trusted/platform_qualify/linux/nacl_os_qualify.c b/src/trusted/platform_qualify/linux/nacl_os_qualify.c
index a14d4df475f2591d52aa26ba6a9681d702d2496a..22ae72a6c9b34c02161d89698ae756130a5c958d 100644
--- a/src/trusted/platform_qualify/linux/nacl_os_qualify.c
+++ b/src/trusted/platform_qualify/linux/nacl_os_qualify.c
@@ -10,7 +10,6 @@
#include "native_client/src/shared/platform/nacl_log.h"
#include "native_client/src/trusted/platform_qualify/kernel_version.h"
#include "native_client/src/trusted/platform_qualify/nacl_os_qualify.h"
-#include "native_client/src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h"
#if NACL_ARCH(NACL_BUILD_ARCH) == NACL_x86 && NACL_BUILD_SUBARCH == 32
@@ -55,15 +54,7 @@ int NaClOsIsSupported(void) {
}
#endif
-#if NACL_ANDROID
- /*
- * Android has no System V shared memory API, so we don't need qualification
- * checks for that.
- */
return 1;
-#else
- return !NaClPlatformQualifySysVShmAndMmapHasProblems();
-#endif
}
« no previous file with comments | « src/trusted/platform_qualify/build.scons ('k') | src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698