mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Remove unused Error.name field
This commit is contained in:
parent
8b1e328d5d
commit
168ef9f3ab
4 changed files with 2 additions and 8 deletions
|
|
@ -109,7 +109,6 @@ struct Trace {
|
|||
|
||||
struct ErrorInfo {
|
||||
Verbosity level;
|
||||
std::string name; // FIXME: rename
|
||||
hintformat msg;
|
||||
std::optional<ErrPos> errPos;
|
||||
std::list<Trace> traces;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue