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

Unified Diff: include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h

Issue 1115373002: Remove obsolete NaClBitcodeMunger editing constants. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h
diff --git a/include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h b/include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h
index 42f4bcf6683c9d9e0351f18c87cadbbb77c5898c..2d344ddf38bc6898491c8223be3c4c784fcb0199 100644
--- a/include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h
+++ b/include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h
@@ -53,17 +53,6 @@ class NaClBitCodeAbbrev;
/// Base class to run tests on munged bitcode files.
class NaClBitcodeMunger {
public:
- // TODO(kschimpf) Replace uses in subzero with corresponding
- // NaClMungedBitcode::EditAction values, so that following constants
- // can be removed.
-
- /// The types of editing actions that can be applied.
- typedef NaClMungedBitcode::EditAction EditAction;
- static const EditAction AddBefore = NaClMungedBitcode::AddBefore;
- static const EditAction AddAfter = NaClMungedBitcode::AddAfter;
- static const EditAction Remove = NaClMungedBitcode::Remove;
- static const EditAction Replace = NaClMungedBitcode::Replace;
-
/// Creates a bitcode munger, based on the given array of values.
NaClBitcodeMunger(const uint64_t Records[], size_t RecordsSize,
uint64_t RecordTerminator)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698