diff options
Diffstat (limited to 'test/unit_tests/shared/fixed_size.hpp')
-rw-r--r-- | test/unit_tests/shared/fixed_size.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit_tests/shared/fixed_size.hpp b/test/unit_tests/shared/fixed_size.hpp index e4b11c7..ba9a128 100644 --- a/test/unit_tests/shared/fixed_size.hpp +++ b/test/unit_tests/shared/fixed_size.hpp @@ -38,8 +38,6 @@ public: // Lines are null-terminated, and don't store their lenghts, so... return data(); } - -private: }; // 5 lines to store is also arbitrary, set it higher if needed. |