Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Dec 11, 2024
1 parent 42c106d commit e74a343
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cpp/Ice/async/WorkQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

using namespace std;

WorkQueue::WorkQueue() {}

void
WorkQueue::start()
{
Expand Down
2 changes: 0 additions & 2 deletions cpp/Ice/async/WorkQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
class WorkQueue
{
public:
WorkQueue();

void run();

void add(int, std::function<void()>, std::function<void(std::exception_ptr)>);
Expand Down

0 comments on commit e74a343

Please sign in to comment.