Skip to content

Commit

Permalink
Remove InternalPriorityRequestPile
Browse files Browse the repository at this point in the history
Summary: InternalPriorityRequestPile is no longer used, lets delete it.

Reviewed By: robertroeser

Differential Revision: D65558490

fbshipit-source-id: fd4ed8d9cd239e69f41ac5c368331ab02285134a
  • Loading branch information
Akrama Baig Mirza authored and facebook-github-bot committed Nov 8, 2024
1 parent c010876 commit 9dcc7af
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
1 change: 0 additions & 1 deletion third-party/thrift/src/thrift/lib/cpp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ add_library(
server/Cpp2Worker.cpp
server/CPUConcurrencyController.cpp
server/IOUringUtil.cpp
server/InternalPriorityRequestPile.cpp
server/LegacyHeaderRoutingHandler.cpp
server/LoggingEvent.cpp
server/LoggingEventHelper.cpp
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#include <thrift/lib/cpp2/server/Cpp2Connection.h>
#include <thrift/lib/cpp2/server/Cpp2Worker.h>
#include <thrift/lib/cpp2/server/ExecutorToThreadManagerAdaptor.h>
#include <thrift/lib/cpp2/server/InternalPriorityRequestPile.h>
#include <thrift/lib/cpp2/server/LegacyHeaderRoutingHandler.h>
#include <thrift/lib/cpp2/server/LoggingEvent.h>
#include <thrift/lib/cpp2/server/ServerFlags.h>
Expand Down

0 comments on commit 9dcc7af

Please sign in to comment.