diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-14 17:33:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-04-14 17:33:07 +0300 |
commit | a8f16ebdef4e43fcda9a4956e8ef528c33728047 (patch) | |
tree | 20c7b903104970098337a1f322c8b05ed2c67ece /interpret.h | |
parent | f271311ac33d44e68da147a273847c3ce8552bb8 (diff) | |
download | egawk-a8f16ebdef4e43fcda9a4956e8ef528c33728047.tar.gz egawk-a8f16ebdef4e43fcda9a4956e8ef528c33728047.tar.bz2 egawk-a8f16ebdef4e43fcda9a4956e8ef528c33728047.zip |
Fixes for lint check of no effect.
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 739f81eb..2ed4f01a 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(); } |