]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- cleanup
authorArvin Schnell <aschnell@suse.de>
Wed, 19 Apr 2023 07:36:57 +0000 (09:36 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 19 Apr 2023 07:36:57 +0000 (09:36 +0200)
snapper/Hooks.cc
snapper/Hooks.h
snapper/Snapper.h

index d5a51eeaa3b884bf9a03c929610bec5462ba598c..1c98fa40679fffed37129403efa9673550503d30 100644 (file)
@@ -207,14 +207,6 @@ namespace snapper
     }
 
 
-    void
-    Hooks::rollback(const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
-                   unsigned int new_num)
-    {
-       rollback(Stage::POST_ACTION, subvolume, filesystem, old_num, new_num);
-    }
-
-
     void
     Hooks::rollback(Stage stage, const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
                    unsigned int new_num)
index ef0a7c3549ae700ddc24f44561db3cf581dc2377..171550da3409436f811e69e5e87aeb660e8f7d12 100644 (file)
@@ -55,8 +55,6 @@ namespace snapper
 
        static void rollback(const string& old_root, const string& new_root);
 
-       static void rollback(const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
-                            unsigned int new_num) __attribute__((deprecated));
        static void rollback(Stage stage, const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
                             unsigned int new_num);
 
index 14831d6388c1e47e57682e49d0799e333e2190c4..73d7a2002ea5de761858f4972617c9e5a9dd15f5 100644 (file)
@@ -219,8 +219,6 @@ namespace snapper
 
        Snapshots snapshots;
 
-       SelinuxLabelHandle* selabel_handle_unused = nullptr; // TODO remove
-
     };
 
 }