Another spurious friend declaration removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2009-11-04 01:52:40 +00:00
parent f3a521f86a
commit 11d0088ec2

View File

@ -36,8 +36,6 @@ namespace llvm {
/// SlotIndex & SlotIndexes classes for the public interface to this
/// information.
class IndexListEntry {
friend class SlotIndex;
private:
IndexListEntry *next, *prev;