Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-08-03 15:05:52 +0300
committerGitHub <noreply@github.com>2018-08-03 15:05:52 +0300
commit7861df9bb3cd36837d0a6b37f074ba12f9ab63af (patch)
tree6d7d1cd37da01681798ac64f0317b65f81da0241 /PRESUBMIT.py
parent58a6876cee5b6efd9913e36f6a6e3648c7fc067a (diff)
Remove using namespace commands. (#1794)
This CL removes the last two 'using namespace' commands.
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 0e97ff6e0..3f89e8e3d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -22,7 +22,6 @@ LINT_FILTERS = [
"-build/include",
"-build/include_order",
"-build/include_what_you_use",
- "-build/namespaces",
"-build/storage_class",
"-readability/braces",
"-readability/casting",