Skip to content
Snippets Groups Projects
Commit 79ce0560 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

sfl_config: remove dead (and illegal) code

This method could never be invoked because we've disallowed
copying.
parent c78ef450
No related branches found
No related tags found
No related merge requests found
......@@ -149,10 +149,6 @@ class ConfigTree {
friend class ConfigTreeIterator;
NON_COPYABLE(ConfigTree);
public:
ConfigTreeIterator createIterator() {
return ConfigTreeIterator(this);
}
};
class ConfigTreeItem {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment