Skip to content

Commit a648e86

Browse files
committed
Removing unused method 'get_os_id'.
1 parent 5a73bc9 commit a648e86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

LiveObjects/hal.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ def connect(self):
117117
def get_security_level(self):
118118
return LiveObjects.SSL if self._existing_network_tls_capability else LiveObjects.NONE
119119

120-
def get_os_id(self):
121-
return self._os_id
122-
123120
def get_store_cert_filename(self):
124121
try:
125122
import certifi
@@ -161,9 +158,6 @@ def connect(self):
161158
def get_security_level(self):
162159
return LiveObjects.SSL if self._existing_network_tls_capability else LiveObjects.NONE
163160

164-
def get_os_id(self):
165-
return self._os_id
166-
167161
def get_store_cert_filename(self):
168162
return self._cert_store_filename
169163

0 commit comments

Comments
 (0)