From 1140ebc22559806bfe082b628476cecfe1aff352 Mon Sep 17 00:00:00 2001 From: Miles Rout Date: Mon, 8 Aug 2022 00:20:07 +1200 Subject: [PATCH] cleanup: Clean up some little things --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index feb93ca..97e31e7 100644 --- a/src/main.c +++ b/src/main.c @@ -72,11 +72,6 @@ extern char *__progname; * secret key: exclusively refers to _symmetric_ secret keys. */ -/* the following functions are "safe" in the sense that instead of returning an - * error, they abort the program. They are not safe in the sense that they - * cannot produce errors or in the sense that they can be used with impunity. - */ - struct stored_message { uint8_t isk[32]; uint16_t size; -- 2.38.5