doc, visualizer: Remove obsolete defines

This commit is contained in:
Eduardo Almeida
2022-10-10 12:23:45 +00:00
parent 8ceacee338
commit 33ff238ccb
2 changed files with 0 additions and 3 deletions

View File

@@ -2317,8 +2317,6 @@ values are being used. So we need to check the template.
#cmakedefine01 HAVE_STDLIB_H
#cmakedefine01 HAVE_GETENV
#cmakedefine01 HAVE_SIGNAL_H
#cmakedefine HAVE_PTHREAD_H
#cmakedefine HAVE_RT
/*
* #cmakedefine turns into:

View File

@@ -17,7 +17,6 @@
* Author: Gustavo Carneiro <gjcarneiro@gmail.com> <gjc@inescporto.pt>
*/
#include <Python.h>
#undef HAVE_PTHREAD_H
#undef HAVE_SYS_STAT_H
#include "visual-simulator-impl.h"