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:
Reid Spencer 2004-08-21 20:53:56 +00:00
parent 4542c43761
commit af073bdee6

View File

@ -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-- ) {