From baed4d3ddf78ceb4661ed9414248dfd8baf1b8ab Mon Sep 17 00:00:00 2001 From: "DHNishi@gmail.com" Date: Tue, 10 Sep 2013 23:14:04 +0000 Subject: Clean up JSON Schema Compiler's pylint errors. Review URL: https://chromiumcodereview.appspot.com/23549025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222389 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/json_schema_compiler/dart_test/enums.idl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tools/json_schema_compiler/dart_test/enums.idl (limited to 'tools/json_schema_compiler/dart_test') diff --git a/tools/json_schema_compiler/dart_test/enums.idl b/tools/json_schema_compiler/dart_test/enums.idl deleted file mode 100644 index 1c82d00..0000000 --- a/tools/json_schema_compiler/dart_test/enums.idl +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// A comment for the enums namespace. -namespace enums { - // A basic enumeration. - enum Enum1 { a, b }; - - // Another basic enumeration. - enum Enum2 { ab, bc, de, ef, fg, hi }; -}; -- cgit v1.1