From 4ef28648fb46ee431ce3d8d5cdceb8c171b81cb9 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Thu, 16 Sep 2010 15:52:15 +0000 Subject: * script_sections.cc (class Memory_region): Remove "NULL" from vector initializations. --- gold/script-sections.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gold/script-sections.cc') diff --git a/gold/script-sections.cc b/gold/script-sections.cc index 1a19ad8630..eebbb5eb7e 100644 --- a/gold/script-sections.cc +++ b/gold/script-sections.cc @@ -55,8 +55,8 @@ class Memory_region length_(length), current_vma_offset_(0), current_lma_offset_(0), - vma_sections_(NULL), - lma_sections_(NULL) + vma_sections_(), + lma_sections_() { } // Return the name of this region. -- cgit v1.2.3