Skip to content

Commit

Permalink
remove [Parameter].isOptionals()
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 18, 2024
1 parent e64a65b commit 1094b3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/EnumeratorMacroImpl/Types/EParameters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ extension EParameters: EMustacheTransformable {
let types = self.map(\.type)
let array = EArray(underlying: types)
return array
case "isOptionals":
let types = self.map(\.isOptional)
let array = EArray(underlying: types)
return array
case "namesAndTypes":
let namesAndTypes = self
.enumerated()
Expand Down

0 comments on commit 1094b3e

Please sign in to comment.