don't need to worry about file endianness
diff --git a/Lib/test/test_bsddb185.py b/Lib/test/test_bsddb185.py
index 48a0764..c7eac3f 100644
--- a/Lib/test/test_bsddb185.py
+++ b/Lib/test/test_bsddb185.py
@@ -10,7 +10,6 @@
 class Bsddb185Tests(unittest.TestCase):
     def test_open_existing_hash(self):
         "verify we can open a file known to be a hash v2 file"
-        # do we need to worry about big vs little endian?
         db = bsddb185.hashopen(findfile("185test.db"))
         self.assertEqual(db["1"], "1")
         db.close()