Skip to content

Commit e6d7d0c

Browse files
committed
remove dead error type
1 parent f05b6b8 commit e6d7d0c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rust/operator-binary/src/connect/controller.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ pub enum Error {
5454
source: stackable_operator::cluster_resources::Error,
5555
},
5656

57-
#[snafu(display("failed to get required Labels"))]
58-
GetRequiredLabels {
59-
source:
60-
stackable_operator::kvp::KeyValuePairError<stackable_operator::kvp::LabelValueError>,
61-
},
62-
6357
#[snafu(display("SparkConnectServer object is invalid"))]
6458
InvalidSparkConnectServer {
6559
source: error_boundary::InvalidObject,

0 commit comments

Comments
 (0)