1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Another spurious friend declaration removed.

llvm-svn: 85997
This commit is contained in:
Lang Hames 2009-11-04 01:52:40 +00:00
parent b63bef3da7
commit c42888e42a

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;