File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
rust/agama-utils/src/issue Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ const STORAGE_SERVICE: &str = "org.opensuse.Agama.Storage1";
6262const ISCSI_PATH : & str = "/org/opensuse/Agama/Storage1/ISCSI" ;
6363const PRODUCT_PATH : & str = "/org/opensuse/Agama/Software1/Product" ;
6464const SOFTWARE_PATH : & str = "/org/opensuse/Agama/Software1" ;
65- const STORAGE_PATH : & str = "/org/opensuse/Agama/Storage1" ;
6665const USERS_PATH : & str = "/org/opensuse/Agama/Users1" ;
6766
6867impl Monitor {
@@ -79,8 +78,6 @@ impl Monitor {
7978 . await ?;
8079 self . initialize_issues ( SOFTWARE_SERVICE , PRODUCT_PATH )
8180 . await ?;
82- self . initialize_issues ( STORAGE_SERVICE , STORAGE_PATH )
83- . await ?;
8481 self . initialize_issues ( STORAGE_SERVICE , ISCSI_PATH ) . await ?;
8582
8683 while let Some ( Ok ( message) ) = messages. next ( ) . await {
@@ -179,7 +176,6 @@ impl Monitor {
179176 match path {
180177 SOFTWARE_PATH => Some ( Scope :: Software ) ,
181178 PRODUCT_PATH => Some ( Scope :: Product ) ,
182- STORAGE_PATH => Some ( Scope :: Storage ) ,
183179 USERS_PATH => Some ( Scope :: Users ) ,
184180 ISCSI_PATH => Some ( Scope :: Iscsi ) ,
185181 _ => None ,
You can’t perform that action at this time.
0 commit comments