Skip to content

Commit 563596a

Browse files
committed
inspector: delete unused declarations in header file for cleanup
1 parent 01df4a8 commit 563596a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/inspector/network_agent.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ class NetworkInspector;
1212

1313
namespace protocol {
1414

15-
std::unique_ptr<Network::Request> createRequest(
16-
const String& url,
17-
const String& method,
18-
std::unique_ptr<Network::Headers> headers);
19-
std::unique_ptr<Network::Response> createResponse(
20-
const String& url, int status, std::unique_ptr<Network::Headers> headers);
21-
2215
class NetworkAgent : public Network::Backend {
2316
public:
2417
explicit NetworkAgent(NetworkInspector* inspector);

0 commit comments

Comments
 (0)