From f0934f5484c58e7533f804735c8b31f7bcbc81e8 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 12 Feb 2015 17:43:19 +0100 Subject: addendum to last commit. Deleted an unnecessary function. --- src/core/model/Domain.hpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index ae5ba1d..abe7a52 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -606,21 +606,6 @@ public: */ NodeVector pathTo(Handle field, Logger &logger) const; - /** - * This tries to construct the shortest possible path of this Descriptor - * to the given FieldDescriptor. - * - * Implicitly this does a breadth-first search on the graph of - * StructuredClasses that are transparent. It also takes care of cycles. - * - * @param fieldName is the name of a FieldDescriptor that may be allowed as - * child of this Descriptor. - * @return either a path of FieldDescriptors and StructuredClasses - * between this Descriptor and a FieldDescriptor with the - * given name or an empty vector if no such path can be - * constructed. - */ - NodeVector pathTo(const std::string &fieldName, Logger &logger) const; }; /* * TODO: We should discuss Cardinalities one more time. Is it smart to define -- cgit v1.2.3