From 2be41e98c4f38e5b3c3c0950f50fdeec6e893115 Mon Sep 17 00:00:00 2001 From: Jesse Seales <103135467+sealesj@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:34:01 +0000 Subject: [PATCH] Remove ockmock GitHub reference (flutter/engine#50086) This change cleans up the remaining ocmock github reference since this dependency is mirrored at https://flutter.googlesource.com/third_party/ocmock/ [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- DEPS | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEPS b/DEPS index 9c0f4ed1fe..a5cf6d6165 100644 --- a/DEPS +++ b/DEPS @@ -14,8 +14,6 @@ vars = { 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - # OCMock is for testing only - 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', 'skia_revision': 'c699bb0d86fd24c0f04e91b0591427deb409ad4e', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY