From 44390874e54493024f68f9bb4e95d85f4ffab224 Mon Sep 17 00:00:00 2001 From: michaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com> Date: Mon, 22 May 2023 16:26:30 +0400 Subject: [PATCH] Remove magicleap related references from config files --- etc/ci/buildbot_steps.yml | 2 -- servo-tidy.toml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index b8167fa240d..8341ba796b0 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -34,8 +34,6 @@ mac-rel-css2: [] android-nightly: [] windows-msvc-nightly: [] mac-nightly: [] -magicleap-nightly: [] -magicleap: [] linux-nightly: [] linux-rel-wpt: [] linux-rel-css: [] diff --git a/servo-tidy.toml b/servo-tidy.toml index 1c67e86c387..05466d1ab50 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -121,10 +121,6 @@ directories = [ "./support/android/apk", "./support/hololens", "./support/linux/gstreamer", - "./support/magicleap/Servo2D/.vscode", - "./support/magicleap/Servo2D/code/inc.gen", - "./support/magicleap/Servo2D/code/src.gen", - "./support/magicleap/Servo2D/pipeline", "./tests/wpt/harness", "./tests/wpt/web-platform-tests", "./tests/wpt/mozilla/tests/mozilla/referrer-policy",