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

Unified Diff: src/IceClFlags.h

Issue 1838753002: Subzero: Remove IceString. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 4 years, 9 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/IceClFlags.h
diff --git a/src/IceClFlags.h b/src/IceClFlags.h
index 59be15899ced819f4dd7f45605e5e6a9667b1196..64944af0f262bb08a9895dcf21e3323d53c35d6a 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -147,7 +147,6 @@ public:
private:
std::string AppName;
-
John 2016/03/29 14:23:15 optional: add the empty line back
Jim Stichnoth 2016/03/29 21:40:49 Done.
/// Initialized to false; not set by the command line.
bool GenerateUnitTestMessages;
};

Powered by Google App Engine
This is Rietveld 408576698