]> git.pld-linux.org Git - packages/xen.git/blob - unused-function.patch
- up to 4.6.5
[packages/xen.git] / unused-function.patch
1 --- xen-4.6.5/tools/xentrace/xenalyze.c~        2017-04-14 13:49:33.000000000 +0200
2 +++ xen-4.6.5/tools/xentrace/xenalyze.c 2017-04-14 13:53:51.117184985 +0200
3 @@ -4128,7 +4128,7 @@
4      struct cr3_value_struct *p;
5      struct cr3_value_struct **qsort_array;
6      int i, N=0;
7 -
8 +#if 0
9      int cr3_compare_total(const void *_a, const void *_b) {
10          struct cr3_value_struct *a=*(typeof(&a))_a;
11          struct cr3_value_struct *b=*(typeof(&a))_b;
12 @@ -4145,7 +4145,7 @@
13          } else
14              return -1;
15      }
16 -
17 +#endif
18      int cr3_compare_start(const void *_a, const void *_b) {
19          struct cr3_value_struct *a=*(typeof(&a))_a;
20          struct cr3_value_struct *b=*(typeof(&a))_b;
This page took 0.52946 seconds and 3 git commands to generate.