From 5310ddfafcb983a251677a065f17aedc92bd39e9 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Mon, 4 Jan 2016 08:52:46 -0500 Subject: possible fix for linux build failure --- indra/llcommon/llstl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/llcommon') diff --git a/indra/llcommon/llstl.h b/indra/llcommon/llstl.h index 0435cb8a08..b024b47225 100755 --- a/indra/llcommon/llstl.h +++ b/indra/llcommon/llstl.h @@ -242,7 +242,6 @@ inline T* get_ptr_in_map(const std::map& inmap, const K& key) template inline bool is_in_map(const std::map& inmap, const K& key) { - typedef typename std::map::const_iterator map_iter; if(inmap.find(key) == inmap.end()) { return false; -- cgit v1.2.3