build cleanup
[m6w6/ext-psi] / src / types / assert_stmt.c
index 690919111a66beb921d106e5b73c7d205988c5a6..6dbed60568c6c3c8a4d512f21fb07b288443dc23 100644 (file)
@@ -23,8 +23,6 @@
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
-#include "php_psi_stdinc.h"
-
 #include "data.h"
 #include "calc.h"
 
@@ -89,7 +87,6 @@ void psi_assert_stmt_throw(struct psi_assert_stmt *stmt)
 {
        struct psi_dump dump;
        smart_str str = {0};
-       zend_string *message;
 
        dump.ctx.hn = &str;
        dump.fun = (psi_dump_cb) smart_str_append_printf;