Sync TODO and comment processing with external repo.

Copybara transforms code slightly different than MOE. One
example is the TODO username stripping where Copybara
produces different results than MOE did. This change
moves the Copybara versions of comments to the public
repository.

Note: These changes didn't originate in cl/247950252.

PiperOrigin-RevId: 247950252
This commit is contained in:
Chris Mumford
2019-05-13 09:30:17 -07:00
parent 54b6379e9f
commit c76b053449
4 changed files with 10 additions and 12 deletions

View File

@@ -29,7 +29,6 @@
#include <math.h>
#include <stdlib.h>
#include <algorithm>
#include <random>
#include <string>
@@ -523,7 +522,6 @@ static int Verify(const string& input) {
return result;
}
static bool IsValidCompressedBuffer(const string& c) {
return snappy::IsValidCompressedBuffer(c.data(), c.size());
}