diff --git a/ex00/BitcoinExchange.hpp b/ex00/BitcoinExchange.hpp index ba27363..a0889c9 100644 --- a/ex00/BitcoinExchange.hpp +++ b/ex00/BitcoinExchange.hpp @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/21 10:38:49 by adjoly #+# #+# */ -/* Updated: 2025/06/03 11:22:28 by adjoly ### ########.fr */ +/* Updated: 2025/06/03 12:09:58 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ @@ -28,8 +28,6 @@ typedef unsigned int uint32_t; typedef unsigned short uint16_t; -struct token {}; - void _log(std::string emoji, std::string what, std::string who, std::string str);