Skip to content

Commit

Permalink
fix(server): Removed not needed arguments for checking for duplicate …
Browse files Browse the repository at this point in the history
…link config names (#478)

Signed-off-by: Florian Fürstenberg <[email protected]>
  • Loading branch information
Florian Fürstenberg authored and brooksmtownsend committed Dec 19, 2024
1 parent 341ae61 commit b2a1082
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/wadm-types/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,6 @@ pub fn validate_link_configs(manifest: &Manifest) -> Vec<ValidationFailure> {
let mut link_config_names = HashSet::new();
for link_trait in manifest.links() {
if let TraitProperty::Link(LinkProperty {
name: _name,
namespace: _namespace,
package: _package,
interfaces: _interfaces,
target,
source,
..
Expand Down

0 comments on commit b2a1082

Please sign in to comment.