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

Unified Diff: src/trusted/sel_universal/rpc_universal.cc

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/sel_universal/rpc_universal.cc
diff --git a/src/trusted/sel_universal/rpc_universal.cc b/src/trusted/sel_universal/rpc_universal.cc
index 25c920368fb76d34d4fbf40ecc4716cabf636709..5b1cbcf20d6947ff77c9b0776a616e2f568e9855 100644
--- a/src/trusted/sel_universal/rpc_universal.cc
+++ b/src/trusted/sel_universal/rpc_universal.cc
@@ -438,8 +438,6 @@ static bool HandleHelp(NaClCommandLoop* ncl, const vector<string>& args) {
printf(" print the table of variables and their values\n");
printf(" set_variable <name> <value>\n");
printf(" set variable to the given value\n");
- printf(" sysv\n");
- printf(" create a descriptor for an SysV shared memory (Linux only)\n");
printf(" rpc method_name <in_args> * <out_args>\n");
printf(" Invoke method_name.\n");
printf(" Each in_arg is of form 'type(value)', e.g. i(42), s(\"foo\").\n");
« no previous file with comments | « src/trusted/platform_qualify/posix/nacl_dep_qualify.c ('k') | src/trusted/sel_universal/rpc_universal_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698