Add SemaAccess.cpp
llvm-svn: 67819
diff --git a/clang/lib/Sema/SemaInherit.cpp b/clang/lib/Sema/SemaInherit.cpp
index a9135a3..ce95a1e 100644
--- a/clang/lib/Sema/SemaInherit.cpp
+++ b/clang/lib/Sema/SemaInherit.cpp
@@ -8,8 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file provides Sema routines for C++ inheritance semantics,
-// including searching the inheritance hierarchy and (eventually)
-// access checking.
+// including searching the inheritance hierarchy.
//
//===----------------------------------------------------------------------===//