Remove unused variable.

Sorry I missed it in the previous commit.

llvm-svn: 242032
This commit is contained in:
Rafael Espindola 2015-07-13 14:43:33 +00:00
parent 5895d6845e
commit c1d63f7499
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ using namespace llvm;
#define DEBUG_TYPE "elim-avail-extern"
STATISTIC(NumAliases , "Number of global aliases removed");
STATISTIC(NumFunctions, "Number of functions removed");
STATISTIC(NumVariables, "Number of global variables removed");