From: Mike Stump Date: Tue, 12 Jan 2010 22:20:00 +0000 (+0000) Subject: Remove unused code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58002f96837562a09e2b828590c8c2580d32f020;p=clang Remove unused code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/VtableTest/gen.cc b/utils/VtableTest/gen.cc index 95815fdd47..8396f8d138 100644 --- a/utils/VtableTest/gen.cc +++ b/utils/VtableTest/gen.cc @@ -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; } }