Skip to content

Commit

Permalink
Remove support for putting this on modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Jan 8, 2025
1 parent a3444f1 commit 2c3b573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/slice2cpp/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,7 @@ Slice::Gen::validateMetadata(const UnitPtr& u)
// "cpp:identifier"
MetadataInfo identifierInfo = {
.validOn =
{typeid(Module),
typeid(InterfaceDecl),
{typeid(InterfaceDecl),
typeid(Operation),
typeid(ClassDecl),
typeid(Slice::Exception),
Expand Down

0 comments on commit 2c3b573

Please sign in to comment.