aboutsummaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
deleted file mode 100644
index be299c7..0000000
--- a/src/utils.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <string>
-
-/**
- * Converts a string to a unsigned integer.
- *
- * @param str A string that possibly is a unsigned integer
- * @returns A unsigned integer
- */
-unsigned int str_to_uint(std::string str);