From a35822a2caa98927043fd7927a4ec8021b91ac15 Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 4 Jun 2025 14:06:34 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20removed=20useledd=20token=20struct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex00/BitcoinExchange.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);