diff libinterp/parse-tree/oct-parse.yy @ 33249:06a308cae32c

eliminate unnecessary use of <cassert> in libinterp files * input.cc, oct-stream.cc, sparse-xdiv.cc, sparse-xpow.cc, xdiv.cc, xpow.cc, oct-parse.yy: Don't include <cassert>.
author John W. Eaton <jwe@octave.org>
date Sun, 24 Mar 2024 18:12:06 -0400
parents f83d0ab96c16
children 9a0bf9284128
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Sun Mar 24 18:12:34 2024 -0400
+++ b/libinterp/parse-tree/oct-parse.yy	Sun Mar 24 18:12:06 2024 -0400
@@ -35,7 +35,6 @@
 #  include "config.h"
 #endif
 
-#include <cassert>
 #include <cstdio>
 #include <cstdlib>