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.