amalgame/commit

DOC: removed commented out old code

authorJacco van Ossenbruggen
Wed Mar 4 17:01:20 2020 +0100
committerJacco van Ossenbruggen
Wed Mar 4 17:01:20 2020 +0100
commit480072b092594227c3ea6a207205a843b6400e31
treee68506acfd1ae5dd80d621daa0f97ac530329283
parentad56200dbdcc5c0436f4ba5f938b54682788ed11
Diff style: patch stat
diff --git a/lib/amalgame/expand_graph.pl b/lib/amalgame/expand_graph.pl
index ca67e87..7cf0a39 100644
--- a/lib/amalgame/expand_graph.pl
+++ b/lib/amalgame/expand_graph.pl
@@ -189,10 +189,6 @@ expand_vocab(Strategy, Id, Concepts) :-
 	select_result_scheme(Id, Result, OutputType, Concepts),
 	debug(mutex, 'Releasing mutex: ~w', [Mutex]).
 
-%expand_vocab(_Strategy, Vocab, vocspec(alignable(Vocab))) :-
-%	rdfs_individual_of(Vocab, amalgame:'Alignable'),
-%	!.
-
 expand_vocab(Strategy, Vocab, Assoc) :-
 	findall(C-t, skos_in_scheme(Vocab, C), Pairs),
 	debug(ag_expand, 'Concepts of ~p computed and cached', [Vocab]),