mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-28 21:18:16 +00:00
Remove getData.
This completes the mechanical part of merging MCSymbol and MCSymbolData. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -117,8 +117,6 @@ public:
|
||||
|
||||
bool hasData() const { return HasData; }
|
||||
|
||||
MCSymbol &getData() const { return *const_cast<MCSymbol *>(this); }
|
||||
|
||||
/// Initialize symbol data.
|
||||
///
|
||||
/// Nothing really to do here, but this is enables an assertion that \a
|
||||
|
||||
Reference in New Issue
Block a user