aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-04-06 13:02:26 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-04-08 11:31:51 +0200
commit168ef9f3ab73ac8ea2d8263304fd6df29a76e0e0 (patch)
tree2bc19782fee2bc5d3bd7c835337ff19c558aab79 /src/libutil/error.hh
parent8b1e328d5d0ae7d3a4a8f6012ec065b59674ed4a (diff)
Remove unused Error.name field
Diffstat (limited to 'src/libutil/error.hh')
-rw-r--r--src/libutil/error.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh
index 6a757f9ad..005c2c225 100644
--- a/src/libutil/error.hh
+++ b/src/libutil/error.hh
@@ -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;