Skip to content

Commit

Permalink
Remove useless declaration
Browse files Browse the repository at this point in the history
Summary: Remove useless declaration

Reviewed By: hanidamlaj

Differential Revision: D48012994

fbshipit-source-id: 1e18e1a2fae1a031b3178484067edcdafe620819
  • Loading branch information
kvtsoy authored and facebook-github-bot committed Aug 3, 2023
1 parent 94c2547 commit 95910bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quic/codec/QuicWriteCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

namespace {

bool packetSpaceCheck(uint64_t limit, size_t require);

/**
* A helper function to check if there are enough space to write in the packet.
* Return: true if there is enough space, false otherwise
Expand Down

0 comments on commit 95910bd

Please sign in to comment.