Get rid of token stuff

This commit is contained in:
Jop Zitman 2025-03-21 21:06:16 +08:00
parent 6a421ac636
commit ca7e49d601
3 changed files with 2 additions and 14 deletions

View file

@ -14,8 +14,6 @@ extern "C" {
#define SLIPSTREAM_INTERNAL_ERROR 0x101
#define SLIPSTREAM_FILE_CANCEL_ERROR 0x105
#define SLIPSTREAM_CLIENT_TICKET_STORE "sample_ticket_store.bin";
#define SLIPSTREAM_CLIENT_TOKEN_STORE "sample_token_store.bin";
#define SLIPSTREAM_QLOG_DIR "./qlog";
#include <stdbool.h>