Skip to content

Commit 62a542b

Browse files
committed
Removed Relation.makeFromAddress due to its meaninglessness.
1 parent 7d36c87 commit 62a542b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Nu/Nu/Core/Relation.fs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ type [<CustomEquality; NoComparison; TypeConverter (typeof<RelationConverter>)>]
9090
static member makeFromList<'a> (names : string list) : 'a Relation =
9191
Relation.makeFromArray<'a> (List.toArray names)
9292

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-
9893
/// Make a relation from a '/' delimited string.
9994
/// NOTE: do not move this function as the RelationConverter's reflection code relies on it being exactly here!
10095
static member makeFromString<'a> (relationStr : string) : 'a Relation =

0 commit comments

Comments
 (0)