From 4d247f7d9c0062689a3e59de816b6593ffba31a5 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Mon, 9 Nov 2015 11:56:52 +0000 Subject: [PATCH] Fix build: lint error in elf_builder.h Change-Id: I862bfe6c9a9f6ec3c16af2a720ce2ca75492e574 --- compiler/elf_builder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/elf_builder.h b/compiler/elf_builder.h index 78d1693f8..895dfccfe 100644 --- a/compiler/elf_builder.h +++ b/compiler/elf_builder.h @@ -199,9 +199,9 @@ class ElfBuilder FINAL { Elf_Word phdr_flags_; Elf_Word phdr_type_; - DISALLOW_COPY_AND_ASSIGN(Section); - friend class ElfBuilder; + + DISALLOW_COPY_AND_ASSIGN(Section); }; // Writer of .dynstr .strtab and .shstrtab sections. -- 2.11.0