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

Unified Diff: native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc

Issue 180953007: NaCl SDK: Remove more unused variables in examples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo test-only changes Created 6 years, 10 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 | « no previous file | native_client_sdk/src/examples/demo/earth/earth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc
diff --git a/native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc b/native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc
index 9291036d41e6dfa1fea9b3441c76ad942e44efec..052c9103c6710e707ed565ebc72cdaf104377965 100644
--- a/native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc
+++ b/native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc
@@ -25,8 +25,6 @@ static const char kDeleteCommand[] = "Delete";
static const char kHasKeyCommand[] = "HasKey";
static const char kGetKeysCommand[] = "GetKeys";
-static const char kCommandKey[] = "cmd";
-
pp::Var MakeResult(const char* cmd, const pp::Var& value,
const pp::Var& newDictionary) {
pp::VarDictionary dict;
« no previous file with comments | « no previous file | native_client_sdk/src/examples/demo/earth/earth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698