commit | 5573c37e795668eca81a8488078f798d977685c3 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Thu Nov 16 13:34:30 2017 -0800 |
committer | Igor Murashkin <iam@google.com> | Thu Nov 16 14:42:49 2017 -0800 |
tree | 5e7675d6c1ca9ed1c31834e52282bfb9f73dc2a4 | |
parent | 1598a77ca3559c8a59902f26ee887504b8159859 [diff] [blame] |
cpplint: Remove many unnecessary NOLINT Now that we updated to upstream cpplint, a lot of these NOLINTs are no longer necessary. Bug: 68951293 Change-Id: If8ed5ffe89727f313f907a214b6d8fd2a2eddbad
diff --git a/runtime/runtime_callbacks_test.cc b/runtime/runtime_callbacks_test.cc index d283c79..0b69851 100644 --- a/runtime/runtime_callbacks_test.cc +++ b/runtime/runtime_callbacks_test.cc
@@ -22,7 +22,7 @@ #include <initializer_list> #include <memory> -#include <mutex> // NOLINT [build/c++11] [5] +#include <mutex> #include <string> #include "jni.h"