зеркало из https://github.com/microsoft/clang.git
Remove unused code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
c165f12f48
Коммит
58002f9683
|
@ -27,7 +27,6 @@ void g(int i) {
|
|||
|
||||
int uuid = 0;
|
||||
char base_present[N_STRUCTS][N_STRUCTS];
|
||||
char funcs_present[N_STRUCTS][N_FUNCS*FUNCSPACING];
|
||||
|
||||
// The return type for each function when doing covariant testcase generation.
|
||||
short ret_types[N_STRUCTS][N_FUNCS*FUNCSPACING];
|
||||
|
@ -179,7 +178,6 @@ void gs(int s) {
|
|||
gl("); return 0; }");
|
||||
else
|
||||
gl("); }");
|
||||
funcs_present[s][fn] = 1;
|
||||
final_override[s][fn] = s;
|
||||
old_func = fn;
|
||||
}
|
||||
|
@ -252,7 +250,6 @@ void gs(int s) {
|
|||
gl("); return 0; }");
|
||||
else
|
||||
gl("); }");
|
||||
funcs_present[s][fn] = 1;
|
||||
final_override[s][fn] = s;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче