aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Utils.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-04 12:08:41 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:39 +0100
commit05da6dd102c988081c7d5eccb227f559f740ceef (patch)
treee84d06ef734f7ee5b468b1213d0e55f37b4caaf4 /arm_compute/core/Utils.h
parent221f38176b0d4dbc212441779d9bbac3cc0eecfa (diff)
downloadComputeLibrary-05da6dd102c988081c7d5eccb227f559f740ceef.tar.gz
COMPMID-417: Remove val_to_string
The function was a duplicate of the to_string function we have in support/ToolchainSupport.h Change-Id: If1eff674333248f7d189824ced717310afec19b0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79634 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
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