mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 00:35:30 +00:00
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e38531d95
commit
ef36d864d6
@ -34,7 +34,6 @@ void ClangAttrClassEmitter::run(raw_ostream &OS) {
|
||||
OS << "class " << R.getName() << "Attr : public Attr {\n";
|
||||
|
||||
std::vector<Record*> Args = R.getValueAsListOfDefs("Args");
|
||||
std::vector<Record*>::iterator ai, ae = Args.end();
|
||||
|
||||
// FIXME: Handle arguments
|
||||
assert(Args.empty() && "Can't yet handle arguments");
|
||||
|
Loading…
x
Reference in New Issue
Block a user