mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
Get rid of an extraneous local variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4542c43761
commit
af073bdee6
@ -1865,7 +1865,6 @@ void BytecodeReader::ParseModuleGlobalInfo() {
|
||||
// If this bytecode format has dependent library information in it ..
|
||||
if (!hasNoDependentLibraries) {
|
||||
// Read in the number of dependent library items that follow
|
||||
BufPtr SaveAt = At;
|
||||
unsigned num_dep_libs = read_vbr_uint();
|
||||
std::string dep_lib;
|
||||
while( num_dep_libs-- ) {
|
||||
|
Loading…
Reference in New Issue
Block a user