Merge "Remove duplicated function in netconfclient.py"
diff --git a/components/scripts/python/ccsdk_netconf/netconfclient.py b/components/scripts/python/ccsdk_netconf/netconfclient.py
index 97f7300..74ac7e3 100644
--- a/components/scripts/python/ccsdk_netconf/netconfclient.py
+++ b/components/scripts/python/ccsdk_netconf/netconfclient.py
@@ -60,9 +60,6 @@
         device_response = self.netconf_rpc_client.discardConfig()
         return device_response
 
-    def set_execution_attribute_response_data(self, response_data):
-        self.setAttribute(ATTRIBUTE_RESPONSE_DATA, response_data)
-
     def get(self, filter_content):
         device_response = self.netconf_rpc_client.get(filter_content)
         return device_response