COMP: compilation of Test-QRMatrix (clang, int64)

- remove unused local functions from volumeExprDriver
This commit is contained in:
Mark Olesen
2019-12-16 00:06:40 +01:00
parent c614388ddb
commit 1a16207e0d
6 changed files with 42 additions and 68 deletions

View File

@ -77,10 +77,10 @@ class parProfiling
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- No copy construct
parProfiling(const parProfiling&) = delete;
//- Disallow default bitwise assignment
//- No copy assignment
void operator=(const parProfiling&) = delete;