mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-26 06:32:20 +00:00
Removed some unused typedef/variable warnings
This commit is contained in:
@@ -94,7 +94,9 @@ int main ()
|
||||
assert(owner1->shared_ptr_.use_count() == 2);
|
||||
assert(owner2->shared_ptr_.use_count() == 2);
|
||||
assert(owner1->shared_ptr_.get() == owner2->shared_ptr_.get());
|
||||
|
||||
//<-
|
||||
(void)owner2;
|
||||
//->
|
||||
//The mapped file is unmapped here. Objects have been flushed to disk
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user