From 0fa128bbd0a53a3428fa2028b8754e15c9ef7c38 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sat, 20 Sep 2014 17:17:49 -0400 Subject: base: Clean up redundant string functions and use C++11 This patch does a bit of housekeeping on the string helper functions and relies on the C++11 standard library where possible. It also does away with our custom string hash as an implementation is already part of the standard library. --- src/dev/uart8250.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dev') diff --git a/src/dev/uart8250.cc b/src/dev/uart8250.cc index dfaf9088d..40ee7d38f 100644 --- a/src/dev/uart8250.cc +++ b/src/dev/uart8250.cc @@ -36,7 +36,6 @@ #include #include "base/inifile.hh" -#include "base/str.hh" // for to_number #include "base/trace.hh" #include "config/the_isa.hh" #include "debug/Uart.hh" -- cgit v1.2.3