Skip to content

Commit 7c12304

Browse files
authored
Remove redunant enum hash template specialization (#1442)
Signed-off-by: Daniel Kamkha <daniel.kamkha@here.com>
1 parent f9d7943 commit 7c12304

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

gluecodium/src/main/resources/templates/cpp/CppImplementation.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ namespace {{.}} {
7474
{{#instanceOf this "LimeStruct"}}
7575
{{>cpp/StructHashImpl}}
7676
{{/instanceOf}}
77-
{{#instanceOf this "LimeEnumeration"}}
78-
{{>cpp/EnumHashImpl}}
79-
{{/instanceOf}}
8077
{{#instanceOf this "LimeClass"}}
8178
{{>cpp/ClassHashImpl}}
8279
{{/instanceOf}}

gluecodium/src/main/resources/templates/cpp/EnumHashImpl.mustache

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)