Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
4325f3df
Commit
4325f3df
authored
May 03, 2013
by
Mukund Sivaraman
Browse files
[2850] Remove TearDown() method from ZoneTableSegmentMappedTest
parent
74bad1ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc
View file @
4325f3df
...
...
@@ -46,12 +46,8 @@ protected:
}
~
ZoneTableSegmentMappedTest
()
{
boost
::
interprocess
::
file_mapping
::
remove
(
mapped_file
.
c_str
());
}
void
TearDown
()
{
ZoneTableSegment
::
destroy
(
ztable_segment_
);
ztable_segment_
=
NULL
;
boost
::
interprocess
::
file_mapping
::
remove
(
mapped_file
.
c_str
())
;
}
ZoneTableSegment
*
ztable_segment_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment