aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Utils.h')
-rw-r--r--arm_compute/core/Utils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arm_compute/core/Utils.h b/arm_compute/core/Utils.h
index c2f0e3982a..4ecd464cdb 100644
--- a/arm_compute/core/Utils.h
+++ b/arm_compute/core/Utils.h
@@ -78,18 +78,6 @@ std::string build_information();
*/
std::string read_file(const std::string &filename, bool binary);
-/** Return a value as a string
- *
- * @param[in] val Input value.
- *
- * @return Value represented as a string
- */
-template <typename T>
-const std::string val_to_string(T val)
-{
- return static_cast<const std::ostringstream &>(std::ostringstream() << val).str();
-}
-
/** The size in bytes of the data type
*
* @param[in] data_type Input data type