aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-14 17:33:07 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-14 17:33:07 +0300
commita8f16ebdef4e43fcda9a4956e8ef528c33728047 (patch)
tree20c7b903104970098337a1f322c8b05ed2c67ece /interpret.h
parentf271311ac33d44e68da147a273847c3ce8552bb8 (diff)
downloadegawk-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.h4
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();
}