]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- remove unused typedef
authorOndrej Kozina <okozina@redhat.com>
Tue, 5 Feb 2013 18:01:32 +0000 (19:01 +0100)
committerOndrej Kozina <okozina@redhat.com>
Wed, 27 Feb 2013 16:24:58 +0000 (17:24 +0100)
snapper/XAttributes.h

index 4dadcf7c8854e84d0255bc9adfc30bc8a2e3fe8c..ef2411a0f58c0325cccd2b07d9ad690362328f88 100644 (file)
@@ -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<uint8_t, xa_mod_vec_t> 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;