We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36c87 commit 62a542bCopy full SHA for 62a542b
1 file changed
Nu/Nu/Core/Relation.fs
@@ -90,11 +90,6 @@ type [<CustomEquality; NoComparison; TypeConverter (typeof<RelationConverter>)>]
90
static member makeFromList<'a> (names : string list) : 'a Relation =
91
Relation.makeFromArray<'a> (List.toArray names)
92
93
- /// Make a relation from an address.
94
- static member makeFromAddress<'a> (address : 'a Address) : 'a Relation =
95
- let names = Address.getNames address
96
- Relation.makeFromArray<'a> names
97
-
98
/// Make a relation from a '/' delimited string.
99
/// NOTE: do not move this function as the RelationConverter's reflection code relies on it being exactly here!
100
static member makeFromString<'a> (relationStr : string) : 'a Relation =
0 commit comments