lib/curl/Request: remove obsolete method prototypes

This commit is contained in:
Max Kellermann 2022-07-02 18:42:07 +02:00
parent 853afa1bce
commit e7b15a9041

View File

@ -149,9 +149,6 @@ private:
* associated with it. * associated with it.
*/ */
void FreeEasy() noexcept; void FreeEasy() noexcept;
void FinishHeaders();
void FinishBody();
}; };
#endif #endif