Browse Source

[master] minor style fix: remove unnecessary and techinicaly obsolete 'static'.

JINMEI Tatuya 12 years ago
parent
commit
a42c1338a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 1 - 1
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -66,7 +66,7 @@ private:
     size_t throw_count_;
     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",
     "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 A	192.168.0.1",
     "a.example.org.		   	 3600 IN MX	10 mail.example.org.",
     "a.example.org.		   	 3600 IN MX	10 mail.example.org.",