mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
libexpr/nixexpr.hh: Remove redundant inline
This is redundant since definitions in C++ record are implicitly inline-ed. Co-authored-by: Yingchi Long <i@lyc.dev>
This commit is contained in:
parent
bf8deb4991
commit
bd24176ac5
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ std::string showAttrPath(const SymbolTable & symbols, const AttrPath & attrPath)
|
|||
struct Expr
|
||||
{
|
||||
static unsigned long nrExprs;
|
||||
inline Expr() {
|
||||
Expr() {
|
||||
nrExprs++;
|
||||
}
|
||||
virtual ~Expr() { };
|
||||
|
|
Loading…
Reference in a new issue