qbfsat: Remove cruft inadvertently left untouched in commit 86fc49a9d60f9ad4cdeec9366...
authorAlberto Gonzalez <boqwxp@airmail.cc>
Thu, 21 May 2020 23:20:44 +0000 (23:20 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Sat, 23 May 2020 00:53:09 +0000 (00:53 +0000)
passes/sat/qbfsat.cc

index 0484b57b321aaf69e717a701f3b203c2707210f4..c42760488308d5b92e292a905661932510dffd6e 100644 (file)
 #include "kernel/log.h"
 #include "kernel/rtlil.h"
 #include "kernel/register.h"
-#include <cstdio>
 #include <algorithm>
 
-#if defined(_WIN32)
-#  define WIFEXITED(x) 1
-#  define WIFSIGNALED(x) 0
-#  define WIFSTOPPED(x) 0
-#  define WEXITSTATUS(x) ((x) & 0xff)
-#  define WTERMSIG(x) SIGTERM
-#else
-#  include <sys/wait.h>
-#endif
-
 USING_YOSYS_NAMESPACE
 PRIVATE_NAMESPACE_BEGIN