[Orc] Remove extraneous semicolon that found its way into r250712.

llvm-svn: 250715
This commit is contained in:
Lang Hames 2015-10-19 17:49:37 +00:00
parent db8677067c
commit 4c17f51b73
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ private:
LambdaMaterializer<MaterializerFtor> LambdaMaterializer<MaterializerFtor>
createLambdaMaterializer(MaterializerFtor M) { createLambdaMaterializer(MaterializerFtor M) {
return LambdaMaterializer<MaterializerFtor>(std::move(M)); return LambdaMaterializer<MaterializerFtor>(std::move(M));
}; }
typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT; typedef typename BaseLayerT::ModuleSetHandleT BaseLayerModuleSetHandleT;