]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove extra file.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Sep 2010 22:37:00 +0000 (22:37 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Sep 2010 22:37:00 +0000 (22:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10883 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellLevel1CommandsLib/NoOpScriptCommand.c [deleted file]

diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/NoOpScriptCommand.c b/ShellPkg/Library/UefiShellLevel1CommandsLib/NoOpScriptCommand.c
deleted file mode 100644 (file)
index 85fe582..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/** @file\r
-  Main file for else and endif shell level 1 functions.  Does nothing really...\r
-\r
-  Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#include "UefiShellLevel1CommandsLib.h"\r
-\r
-SHELL_STATUS\r
-EFIAPI\r
-ShellCommandRunNoOpScriptCommand (\r
-  VOID                          *RESERVED\r
-  )\r
-{\r
-  EFI_STATUS Status;\r
-  //\r
-  // ASSERT that we can init...\r
-  //\r
-  Status = CommandInit();\r
-  ASSERT_EFI_ERROR(Status);\r
-\r
-  //\r
-  // We best be in a script...\r
-  //\r
-  ASSERT(gEfiShellProtocol->BatchIsActive());\r
-\r
-  //\r
-  // Do nothing...\r
-  //\r
-  return (SHELL_SUCCESS);\r
-}\r
-\r