Skip to content

Commit

Permalink
remove unused API
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Apr 18, 2024
1 parent 9c57f92 commit 1423084
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/generator/graphql_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ impl GraphQLType<Parsed> {
self.0.name.clone()
}
}

pub fn name(&self) -> String {
self.0.name.clone()
}
}

// FIXME: make it private
Expand Down

0 comments on commit 1423084

Please sign in to comment.