From 11d0088ec243c54bb6143db2071d87e4f84f98ac Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 4 Nov 2009 01:52:40 +0000 Subject: [PATCH] Another spurious friend declaration removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85997 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SlotIndexes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/CodeGen/SlotIndexes.h b/include/llvm/CodeGen/SlotIndexes.h index f9a2e77a4bf..3f175a7241d 100644 --- a/include/llvm/CodeGen/SlotIndexes.h +++ b/include/llvm/CodeGen/SlotIndexes.h @@ -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; -- 2.34.1