Skip to content

Commit

Permalink
JobQueue is not used anymore, remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflinger committed May 31, 2023
1 parent 0e2f8b5 commit 0d745c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 181 deletions.
6 changes: 2 additions & 4 deletions tools/cmgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ set(TARGET cmgen)
# Sources and headers
# ==================================================================================================
set(HDRS
src/JobQueue.h
src/ProgressUpdater.h
src/ProgressUpdater.h
)

set(SRCS
src/cmgen.cpp
src/JobQueue.cpp
src/ProgressUpdater.cpp
src/ProgressUpdater.cpp
)

# ==================================================================================================
Expand Down
57 changes: 0 additions & 57 deletions tools/cmgen/src/JobQueue.cpp

This file was deleted.

120 changes: 0 additions & 120 deletions tools/cmgen/src/JobQueue.h

This file was deleted.

0 comments on commit 0d745c4

Please sign in to comment.