Skip to content

Commit

Permalink
Merge pull request #27991 from Dr15Jones/clangFixUtilitiesStorageFactory
Browse files Browse the repository at this point in the history
Removed unimplemented move constructor from StorageAccount
  • Loading branch information
cmsbuild committed Sep 15, 2019
2 parents f4746e4 + fb3fe50 commit 0b972d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Utilities/StorageFactory/interface/StorageAccount.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class StorageAccount {
timeMin{0.},
timeMax{0.} {}

Counter(Counter&&) = default;

//NOTE: This is needed by tbb::concurrent_unordered_map when it
// is constructing a new one. This would not give correct results
// if the object being passed were being updated, but that is not
Expand Down

0 comments on commit 0b972d8

Please sign in to comment.