aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/qbfsat.cc
diff options
context:
space:
mode:
authorAlberto Gonzalez <boqwxp@airmail.cc>2020-05-21 23:20:44 +0000
committerAlberto Gonzalez <boqwxp@airmail.cc>2020-05-23 00:53:09 +0000
commitac41f8a9c7a89c176867dc217eb81bffa7c1aced (patch)
tree191cb1e67d95a26563d765b3b853b0a8fe729e58 /passes/sat/qbfsat.cc
parentaea0fd5ed4f5f56b81c43fe410efced194ef6472 (diff)
downloadyosys-ac41f8a9c7a89c176867dc217eb81bffa7c1aced.tar.gz
yosys-ac41f8a9c7a89c176867dc217eb81bffa7c1aced.tar.bz2
yosys-ac41f8a9c7a89c176867dc217eb81bffa7c1aced.zip
qbfsat: Remove cruft inadvertently left untouched in commit 86fc49a9d60f9ad4cdeec93663e7245a9fdf60c6.
Diffstat (limited to 'passes/sat/qbfsat.cc')
-rw-r--r--passes/sat/qbfsat.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/passes/sat/qbfsat.cc b/passes/sat/qbfsat.cc
index 0484b57b3..c42760488 100644
--- a/passes/sat/qbfsat.cc
+++ b/passes/sat/qbfsat.cc
@@ -23,19 +23,8 @@
#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