summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-09-08 16:26:36 +0000
committerNico Weber <nicolasweber@gmx.de>2014-09-08 16:26:36 +0000
commit17d3a2c3f8cabcfdad778ecb20fab52592103615 (patch)
tree536181e521de285e156b2a979082e9fac69f49c2 /clang/lib/CodeGen/CodeGenModule.h
parentab86fbe4250bf81f46025f9d1b50dfa1c07da9c5 (diff)
downloadbcm5719-llvm-17d3a2c3f8cabcfdad778ecb20fab52592103615.tar.gz
bcm5719-llvm-17d3a2c3f8cabcfdad778ecb20fab52592103615.zip
Remove a parameter that has been unused since r188481. No behavior change.
llvm-svn: 217386
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 452553fb27f..c4d1a3b9761 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -1176,7 +1176,7 @@ private:
void EmitCoverageFile();
/// Emits the initializer for a uuidof string.
- llvm::Constant *EmitUuidofInitializer(StringRef uuidstr, QualType IIDType);
+ llvm::Constant *EmitUuidofInitializer(StringRef uuidstr);
/// Determine if the given decl can be emitted lazily; this is only relevant
/// for definitions. The given decl must be either a function or var decl.
OpenPOWER on IntegriCloud