Skip to content

Commit 091f52a

Browse files
committed
Remove unused UnixBuildWithoutThreads
1 parent 3866fac commit 091f52a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

master/master.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ class WideUnixBuild(UnixBuild):
197197
configureFlags = ["--with-pydebug", "--with-wide-unicode"]
198198

199199

200-
class UnixBuildWithoutThreads(UnixBuild):
201-
configureFlags = ["--with-pydebug", "--without-threads"]
202-
203-
204200
class UnixBuildWithoutGcc(UnixBuild):
205201
configureFlags = ["--with-pydebug", "--without-gcc"]
206202

0 commit comments

Comments
 (0)