From 944857bbf59f239aacf4ed2c75134c26be432565 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 27 May 2015 21:01:57 +0200 Subject: [PATCH] The first line already said these were utility functions, just like the file name --- demos/utils.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demos/utils.c b/demos/utils.c index 3db69ebe..413a74f6 100644 --- a/demos/utils.c +++ b/demos/utils.c @@ -10,10 +10,6 @@ #include "utils.h" -/* ================================================================== * - * utility functions * - * ================================================================== */ - /* * print_hex() is a wrapper around sodium_bin2hex() which allocates * temporary memory then immediately prints the result.