diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-08-13 01:07:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-08-13 01:07:02 +0000 |
commit | b82455d2625aef2c5925dda8586888c2c48a5013 (patch) | |
tree | 5e090dcd675b9b276e2be6c6ce6c89739536e2cc /llvm/include/llvm/Support/CommandLine.h | |
parent | dc298329cc378e923995d5c674b112f671d806a5 (diff) | |
download | bcm5719-llvm-b82455d2625aef2c5925dda8586888c2c48a5013.tar.gz bcm5719-llvm-b82455d2625aef2c5925dda8586888c2c48a5013.zip |
There is only one saver of strings.
llvm-svn: 244854
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 379d06a6574..467dc128aea 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -33,7 +33,6 @@ namespace llvm { -class BumpPtrStringSaver; class StringSaver; /// cl Namespace - This namespace contains all of the command line option |