diff options
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 534a3155096..2deff030ab4 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -1565,7 +1565,6 @@ llvm::DIType CGDebugInfo::CreateType(const AtomicType *Ty,  /// CreateEnumType - get enumeration type.  llvm::DIType CGDebugInfo::CreateEnumType(const EnumDecl *ED) { -  llvm::DIFile Unit = getOrCreateFile(ED->getLocation());    SmallVector<llvm::Value *, 16> Enumerators;    // Create DIEnumerator elements for each enumerator.  | 

