Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d7d2a80

Browse files
committed
Remove obsolete NaClBitcodeMunger editing constants.
These constants are no longer needed. They have been removed from both NaCl and Subzero. Dependent on CL: https://codereview.chromium.org/1120853002 BUG=None [email protected] Review URL: https://codereview.chromium.org/1115373002
1 parent a8a2dc9 commit d7d2a80

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/llvm/Bitcode/NaCl/NaClBitcodeMunge.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@ class NaClBitCodeAbbrev;
5353
/// Base class to run tests on munged bitcode files.
5454
class NaClBitcodeMunger {
5555
public:
56-
// TODO(kschimpf) Replace uses in subzero with corresponding
57-
// NaClMungedBitcode::EditAction values, so that following constants
58-
// can be removed.
59-
60-
/// The types of editing actions that can be applied.
61-
typedef NaClMungedBitcode::EditAction EditAction;
62-
static const EditAction AddBefore = NaClMungedBitcode::AddBefore;
63-
static const EditAction AddAfter = NaClMungedBitcode::AddAfter;
64-
static const EditAction Remove = NaClMungedBitcode::Remove;
65-
static const EditAction Replace = NaClMungedBitcode::Replace;
66-
6756
/// Creates a bitcode munger, based on the given array of values.
6857
NaClBitcodeMunger(const uint64_t Records[], size_t RecordsSize,
6958
uint64_t RecordTerminator)

0 commit comments

Comments
 (0)