diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-14 17:37:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-14 17:37:11 +0300 |
commit | 0a59aaa174784ed6ef7166332670b860ee8054bb (patch) | |
tree | 09a15315b735cb364b40d1b3768465137a2b47db /interpret.h | |
parent | 752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca (diff) | |
parent | 7d775b9560e8ad2eb1f55a843e27f3b929e35223 (diff) | |
download | egawk-0a59aaa174784ed6ef7166332670b860ee8054bb.tar.gz egawk-0a59aaa174784ed6ef7166332670b860ee8054bb.tar.bz2 egawk-0a59aaa174784ed6ef7166332670b860ee8054bb.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/interpret.h b/interpret.h index 93a50f24..3525951c 100644 --- a/interpret.h +++ b/interpret.h @@ -414,10 +414,6 @@ uninitialized_scalar: lintwarn(_("assignment used in conditional context")); break; - case LINT_no_effect: - lintwarn(_("statement has no effect")); - break; - default: cant_happen(); } |