diff options
Diffstat (limited to 'base/pickle.cc')
-rw-r--r-- | base/pickle.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/pickle.cc b/base/pickle.cc index c2b3341..d525e3f 100644 --- a/base/pickle.cc +++ b/base/pickle.cc @@ -385,4 +385,3 @@ const char* Pickle::FindNext(size_t header_size, return (payload_end > end) ? NULL : payload_end; } - |