]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Driver.c
1. Mark the network volatile variables as deprecated in code comments and remove...
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Driver.c
index 1c2c33336ea2f1ad9c20bbf0b0ea2d78e3b2df60..da2093962a2b51cb234dd034b760cff6aa9003d4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Driver Binding functions and Service Binding functions for the Network driver module.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -165,8 +165,6 @@ Udp6DriverBindingStart (
   if (EFI_ERROR (Status)) {\r
     Udp6CleanService (Udp6Service);\r
     goto EXIT;\r
-  } else {\r
-    Status = Udp6SetVariableData (Udp6Service);\r
   }\r
 \r
 EXIT:\r
@@ -298,9 +296,7 @@ Udp6DriverBindingStop (
            &Udp6Service->ServiceBinding,\r
            NULL\r
            );\r
-\r
-    Udp6ClearVariableData (Udp6Service);\r
-\r
\r
     Udp6CleanService (Udp6Service);\r
 \r
     FreePool (Udp6Service);\r