mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Remove NOLINT lines from c++17 headers
The depot_tools cpplint.py has been updated to accept the c++17 headers so we no-longer need to mark with NOLINT. Bug: dawn:1379 Change-Id: I938a4cac5ca881cd1b556f4b8d58741b6a1e6af1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94240 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
c7f7ca3d9e
commit
0a4e2a1373
@@ -17,11 +17,10 @@
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
#include <thread> // NOLINT
|
||||
|
||||
#include "tools/src/cmd/remote-compile/compile.h"
|
||||
#include "tools/src/cmd/remote-compile/socket.h"
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
#ifndef TOOLS_SRC_CMD_REMOTE_COMPILE_RWMUTEX_H_
|
||||
#define TOOLS_SRC_CMD_REMOTE_COMPILE_RWMUTEX_H_
|
||||
|
||||
#include <condition_variable> // NOLINT
|
||||
#include <mutex> // NOLINT
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// RWMutex
|
||||
|
||||
Reference in New Issue
Block a user