Fixed comments and useless function declarations

This commit is contained in:
Niklas Jensen
2026-01-18 21:43:03 +01:00
committed by Rune Harlyk
parent 17de0b22af
commit aff50d6a9c
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <functional>
#include <map>
#define PROTO_BUFFER_SIZE 2048 // Increased for chunked file transfer responses
#define PROTO_BUFFER_SIZE 2048
template <typename T>
struct MessageTraits;