From 4106a0814aeb1d2ea9cf3608d0de4bb9fef44ee8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Dec 2007 01:32:10 +0000 Subject: [PATCH] Remove one inline. --- gold/merge.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gold/merge.cc b/gold/merge.cc index abe625ed87..fc6bffb2e1 100644 --- a/gold/merge.cc +++ b/gold/merge.cc @@ -300,7 +300,7 @@ Merge_map::add_mapping(Relobj* object, unsigned int shndx, // *OUTPUT_OFFSET to the offset in the output section. This returns // true if the mapping is known, false otherwise. -inline bool +bool Merge_map::get_output_offset(const Relobj* object, unsigned int shndx, section_offset_type offset, section_offset_type* output_offset) const -- 2.34.1