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
79fe8bd4
Commit
79fe8bd4
authored
May 02, 2013
by
JINMEI Tatuya
Browse files
[2850] removed unused functions
parent
1815740f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc
View file @
79fe8bd4
...
...
@@ -74,12 +74,6 @@ TEST_F(ZoneTableSegmentMappedTest, isWritableUninitialized) {
EXPECT_FALSE
(
ztable_segment_
->
isWritable
());
}
ZoneData
*
loadAction
(
MemorySegment
&
)
{
// The function won't be called, so this is OK
return
(
NULL
);
}
TEST_F
(
ZoneTableSegmentMappedTest
,
resetBadConfig
)
{
// Not a map
EXPECT_THROW
({
...
...
src/lib/datasrc/tests/memory/zone_table_segment_unittest.cc
View file @
79fe8bd4
...
...
@@ -85,12 +85,6 @@ TEST_F(ZoneTableSegmentTest, getMemorySegment) {
mem_sgmt
.
allMemoryDeallocated
();
// use mem_sgmt
}
ZoneData
*
loadAction
(
MemorySegment
&
)
{
// The function won't be called, so this is OK
return
(
NULL
);
}
TEST_F
(
ZoneTableSegmentTest
,
isWritable
)
{
// Local segments are always writable.
EXPECT_TRUE
(
ztable_segment_
->
isWritable
());
...
...
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