aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
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();
}