Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a42c1338
Commit
a42c1338
authored
Sep 17, 2012
by
JINMEI Tatuya
Browse files
[master] minor style fix: remove unnecessary and techinicaly obsolete 'static'.
parent
ccbb6bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/tests/memory_client_unittest.cc
View file @
a42c1338
...
...
@@ -66,7 +66,7 @@ private:
size_t
throw_count_
;
};
static
const
char
*
rrset_data
[]
=
{
const
char
*
rrset_data
[]
=
{
"example.org. 3600 IN SOA ns1.example.org. bugs.x.w.example.org. 68 3600 300 3600000 3600"
,
"a.example.org. 3600 IN A 192.168.0.1"
,
"a.example.org. 3600 IN MX 10 mail.example.org."
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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