File: remove-include-unused-base-strlcpy-h.patch

package info (click to toggle)
android-platform-art 14.0.0%2Br15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,796 kB
  • sloc: cpp: 522,217; java: 194,312; asm: 28,950; python: 14,910; xml: 5,087; sh: 4,528; ansic: 4,035; makefile: 110; perl: 77
file content (32 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: Remove include unused "base/strlcpy.h"
Forwarded: not-needed
--- a/runtime/debugger.cc
+++ b/runtime/debugger.cc
@@ -34,7 +34,6 @@
 #include "base/logging.h"
 #include "base/memory_tool.h"
 #include "base/safe_map.h"
-#include "base/strlcpy.h"
 #include "base/time_utils.h"
 #include "class_linker-inl.h"
 #include "class_linker.h"
--- a/runtime/oat.cc
+++ b/runtime/oat.cc
@@ -23,7 +23,6 @@
 #include "arch/instruction_set.h"
 #include "arch/instruction_set_features.h"
 #include "base/bit_utils.h"
-#include "base/strlcpy.h"
 
 namespace art {
 
--- a/runtime/ti/agent.cc
+++ b/runtime/ti/agent.cc
@@ -21,7 +21,6 @@
 #include "nativeloader/native_loader.h"
 
 #include "base/logging.h"
-#include "base/strlcpy.h"
 #include "jni/java_vm_ext.h"
 #include "runtime.h"
 #include "thread-current-inl.h"