Skip to content

Commit c3e4cbd

Browse files
author
thk123
committed
Remove unused code
1 parent 02744e6 commit c3e4cbd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/goto-programs/resolve_inherited_component.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ class resolve_inherited_componentt
4343
return class_identifier;
4444
}
4545

46-
irep_idt get_component_basename() const
47-
{
48-
return component_identifier;
49-
}
50-
5146
bool is_valid() const;
5247

5348
private:
@@ -64,11 +59,6 @@ class resolve_inherited_componentt
6459
const irep_idt &class_name, const irep_idt &component_name);
6560

6661
private:
67-
bool does_implementation_exist(
68-
const irep_idt &class_name,
69-
const irep_idt &component_name,
70-
const irep_idt &user_class_name);
71-
7262
const class_hierarchyt &class_hierarchy;
7363
const symbol_tablet &symbol_table;
7464
};

0 commit comments

Comments
 (0)