From 56adc1baf4fefbc3571311905eb0dc2954fea8cb Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Tue, 26 Nov 2019 14:49:07 -0500 Subject: [PATCH 1/1] Remove safestructs which wasn't being used anywhere --- python/invirt/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/invirt/config.py b/python/invirt/config.py index 58b95aa..03b6a2d 100644 --- a/python/invirt/config.py +++ b/python/invirt/config.py @@ -137,4 +137,3 @@ def load(force_refresh = False): dicts = load() structs = dicts2struct(dicts, '') -safestructs = dicts2struct(dicts, '', '') -- 1.7.9.5