mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Remove several unused variables.
Patch by Alp Toker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2038,7 +2038,6 @@ void FixedLenDecoderEmitter::run(raw_ostream &o) {
|
||||
}
|
||||
|
||||
DecoderTableInfo TableInfo;
|
||||
std::set<unsigned> Sizes;
|
||||
for (std::map<std::pair<std::string, unsigned>,
|
||||
std::vector<unsigned> >::const_iterator
|
||||
I = OpcMap.begin(), E = OpcMap.end(); I != E; ++I) {
|
||||
|
Reference in New Issue
Block a user