From f5754b102c3abf2f7f4259f937353ebf972c9553 Mon Sep 17 00:00:00 2001 From: askeing Date: Sun, 17 Apr 2016 04:44:28 +0900 Subject: [PATCH] Remove "python/tidy_self_test/speclink.rs" - it already move to "python/tidy/servo_tidy_tests/speclink.rs" --- python/tidy_self_test/speclink.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 python/tidy_self_test/speclink.rs diff --git a/python/tidy_self_test/speclink.rs b/python/tidy_self_test/speclink.rs deleted file mode 100644 index 6c27a70a7d0..00000000000 --- a/python/tidy_self_test/speclink.rs +++ /dev/null @@ -1,9 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -impl SpecLinkMethods for SpecLink { - fn Test(&self) -> f32 { - 0 - } -}