Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-aws committed Jan 7, 2025
1 parent ffd7b41 commit c217fb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/DafnyCore/Backends/CSharp/CsharpCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ private string dataTypeName(DatatypeDecl dt) {
var moduleName = IdProtectModule(dt.EnclosingModuleDefinition.Name);
if (moduleName == protectedName) {
return $"_{protectedName}";
} else {
return $"{moduleName}_{protectedName}";
}
}
return protectedName;
Expand Down

0 comments on commit c217fb5

Please sign in to comment.