Skip to content

Commit

Permalink
[Support] Remove TaskQueue
Browse files Browse the repository at this point in the history
TaskQueue was added several years ago as part of D48240.

There are currently no uses of this class anywhere in LLVM and I don't see
any patch that plans to use this class, so it doesn't seem useful to keep
compiling and testing this class at the moment.

The code itself is fine, so if we actually end up having a use for this code,
then I think it's perfectly fine to just re-commit this class then.

Differential revision: https://reviews.llvm.org/D86338
  • Loading branch information
Teemperor authored and aganea committed Jun 13, 2023
1 parent fae704b commit 5039d36
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 247 deletions.
138 changes: 0 additions & 138 deletions llvm/include/llvm/Support/TaskQueue.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/unittests/Support/CMakeLists.txt
Expand Up @@ -80,7 +80,6 @@ add_llvm_unittest(SupportTests
SuffixTreeTest.cpp
SwapByteOrderTest.cpp
TarWriterTest.cpp
TaskQueueTest.cpp
ThreadPool.cpp
Threading.cpp
TimerTest.cpp
Expand Down
107 changes: 0 additions & 107 deletions llvm/unittests/Support/TaskQueueTest.cpp

This file was deleted.

1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Expand Up @@ -83,7 +83,6 @@ unittest("SupportTests") {
"SuffixTreeTest.cpp",
"SwapByteOrderTest.cpp",
"TarWriterTest.cpp",
"TaskQueueTest.cpp",
"ThreadPool.cpp",
"Threading.cpp",
"TimeProfilerTest.cpp",
Expand Down

0 comments on commit 5039d36

Please sign in to comment.