From: Ondrej Kozina Date: Tue, 5 Feb 2013 18:01:32 +0000 (+0100) Subject: - remove unused typedef X-Git-Tag: v0.1.3~18^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f764ff7e77c64a8fe7f17f5d6e56fbe862507ba3;p=thirdparty%2Fsnapper.git - remove unused typedef --- diff --git a/snapper/XAttributes.h b/snapper/XAttributes.h index 4dadcf7c..ef2411a0 100644 --- a/snapper/XAttributes.h +++ b/snapper/XAttributes.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * + * */ #ifndef SNAPPER_XATTRIBUTES_H @@ -62,7 +62,6 @@ namespace snapper typedef map xa_modification_t; // iterators - typedef xa_map_t::iterator xa_map_iter; typedef xa_map_t::const_iterator xa_map_citer; typedef xa_modification_t::const_iterator xa_mod_citer; typedef xa_mod_vec_t::const_iterator xa_mod_vec_citer;