diff options
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(); } |