Remove tabs.
[oota-llvm.git] / lib / Support / FileUtilities.cpp
index 4c8c0c63ffc401e78686ca5bef927b1a41a0a5b4..f9e9cf036608f83de9acf074e1336aba95314226 100644 (file)
@@ -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<MemoryBuffer> F1;
   if (error_code ec = MemoryBuffer::getFile(FileA.c_str(), F1)) {
     if (Error)