Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / commands / make / lock.make.inc
diff --git a/vendor/drush/drush/commands/make/lock.make.inc b/vendor/drush/drush/commands/make/lock.make.inc
deleted file mode 100644 (file)
index d7bc41d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/**
- * @file
- * make-lock command implementation.
- */
-
-/**
- * Command callback for make-lock.
- */
-function drush_make_lock($makefile) {
-  make_generate_from_makefile(drush_get_option('result-file'), $makefile);
-}