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

Commit b5a1af6

Browse files
authored
Merge pull request #136 from tromey/remove-duplicate-enum
Remove duplicate copy of WebAssembly::TargetIndex
2 parents 8ba358c + 2d99316 commit b5a1af6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Target/WebAssembly/WebAssembly.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ namespace WebAssembly {
8686
enum TargetIndex { TI_LOCAL_START, TI_GLOBAL_START, TI_OPERAND_STACK_START };
8787
} // end namespace WebAssembly
8888

89-
namespace WebAssembly {
90-
enum TargetIndex { TI_LOCAL_START, TI_GLOBAL_START, TI_OPERAND_STACK_START };
91-
} // end namespace WebAssembly
92-
9389
} // end namespace llvm
9490

9591
#endif

0 commit comments

Comments
 (0)