mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 05:58:48 -05:00
Removing more CppCheck warnings
This commit is contained in:
@@ -57,7 +57,7 @@ PerformanceManager::PerformanceManager()
|
||||
void* ptr = _performanceMemory->memory();
|
||||
|
||||
// Using the placement-new to create a PerformanceLayout in the shared memory
|
||||
PerformanceLayout* layout = new (ptr) PerformanceLayout;
|
||||
new (ptr) PerformanceLayout;
|
||||
}
|
||||
|
||||
PerformanceManager::~PerformanceManager() {
|
||||
|
||||
Reference in New Issue
Block a user