Skip to content

Commit

Permalink
Messages
Browse files Browse the repository at this point in the history
- Fix compilation error on `ldc2` due to duplicate import
  • Loading branch information
deavmi committed Oct 24, 2023
1 parent ef963e8 commit 23b5b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/birchwood/protocol/messages.d
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,6 @@ version(unittest)
// Contains illegal characters
string badString1 = "doos"~"bruh"~"lek"~cast(string)[10]~"ker";
string badString2 = "doos"~"bruh"~"lek"~cast(string)[13]~"ker";

import birchwood.config.conninfo : ChecksMode;
}

/**
Expand Down

0 comments on commit 23b5b39

Please sign in to comment.