From 77a6dcebfec38734c82f4804251e9d605ca56577 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sat, 11 May 2013 19:40:50 +0700 Subject: [PATCH] Remove unused typedef --- Frameworks/bundles/src/index.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frameworks/bundles/src/index.h b/Frameworks/bundles/src/index.h index 7acb4c98..cae90440 100644 --- a/Frameworks/bundles/src/index.h +++ b/Frameworks/bundles/src/index.h @@ -43,8 +43,6 @@ namespace bundles struct PUBLIC item_t { - typedef std::map string_map_t; // kludge to support empty map as a default argument - std::string const& name () const; void set_name (std::string const& newName); std::string const& full_name () const;