1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 21:16:02 +01:00

Remove some unnecessary hash template arguments

This commit is contained in:
Eelco Dolstra 2025-09-12 17:26:29 +02:00
parent ad6eb22368
commit 4b63ff63a4
4 changed files with 7 additions and 7 deletions

View file

@ -431,7 +431,7 @@ private:
* Associate source positions of certain AST nodes with their preceding doc comment, if they have one.
* Grouped by file.
*/
boost::unordered_flat_map<SourcePath, DocCommentMap, std::hash<SourcePath>> positionToDocComment;
boost::unordered_flat_map<SourcePath, DocCommentMap> positionToDocComment;
LookupPath lookupPath;