X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FFileUtilities.cpp;h=f9e9cf036608f83de9acf074e1336aba95314226;hb=2127c9b93a5fd5f04ffaced84bde0696bd57fce6;hp=4c8c0c63ffc401e78686ca5bef927b1a41a0a5b4;hpb=7a2bdde0a0eebcd2125055e0eacaca040f0b766c;p=oota-llvm.git diff --git a/lib/Support/FileUtilities.cpp b/lib/Support/FileUtilities.cpp index 4c8c0c63ffc..f9e9cf03660 100644 --- a/lib/Support/FileUtilities.cpp +++ b/lib/Support/FileUtilities.cpp @@ -200,7 +200,6 @@ int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA, // Now its safe to mmap the files into memory because both files // have a non-zero size. - error_code ec; OwningPtr F1; if (error_code ec = MemoryBuffer::getFile(FileA.c_str(), F1)) { if (Error)