Skip to content

Commit 6aab9cb

Browse files
committed
Remove unncessary variables/functions from MCAssembler.h
1 parent 7e696cf commit 6aab9cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/include/llvm/MC/MCAssembler.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ class MCAssembler {
7070

7171
SmallVector<const MCSymbol *, 0> Symbols;
7272

73-
// PPC CPU type.
74-
std::string CPU;
75-
7673
MCDwarfLineTableParams LTParams;
7774

7875
/// The set of function symbols for which a .thumb_func directive has
@@ -228,8 +225,6 @@ class MCAssembler {
228225
return make_pointee_range(Symbols);
229226
}
230227

231-
void setCPU(std::string TargetCPU) { CPU = std::move(TargetCPU); }
232-
233228
bool registerSection(MCSection &Section);
234229
bool registerSymbol(const MCSymbol &Symbol);
235230

0 commit comments

Comments
 (0)