aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-14 17:35:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-14 17:35:27 +0300
commit7d775b9560e8ad2eb1f55a843e27f3b929e35223 (patch)
treed9126af1feffec13e0195271892d77fa15b44c7a /interpret.h
parentd8f4cea75943f89b77063655e41ef68ee48e62dc (diff)
parenta8f16ebdef4e43fcda9a4956e8ef528c33728047 (diff)
downloadegawk-7d775b9560e8ad2eb1f55a843e27f3b929e35223.tar.gz
egawk-7d775b9560e8ad2eb1f55a843e27f3b929e35223.tar.bz2
egawk-7d775b9560e8ad2eb1f55a843e27f3b929e35223.zip
Merge branch 'gawk-5.1-stable'
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 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();
}