summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/scripts/python/ccsdk_netconf/netconfclient.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/scripts/python/ccsdk_netconf/netconfclient.py b/components/scripts/python/ccsdk_netconf/netconfclient.py
index 97f730081..74ac7e3bc 100644
--- a/components/scripts/python/ccsdk_netconf/netconfclient.py
+++ b/components/scripts/python/ccsdk_netconf/netconfclient.py
@@ -60,9 +60,6 @@ class NetconfClient:
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