Commit 1c219e5a authored by Johannes Henkel's avatar Johannes Henkel Committed by Commit Bot

[DevTools] Remove unused from utf16 method.

Change-Id: Ie73b21c284052a66ce18f0686030ee0a11f49d3c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1887631
Commit-Queue: Johannes Henkel <johannes@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Auto-Submit: Johannes Henkel <johannes@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64627}
parent 21c72450
......@@ -74,10 +74,6 @@ class StringUtil {
return String16::fromUTF8(reinterpret_cast<const char*>(data), length);
}
static String fromUTF16(const uint16_t* data, size_t length) {
return String16(data, length);
}
static String fromUTF16LE(const uint16_t* data, size_t length) {
return String16::fromUTF16LE(data, length);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment