diff options
author | Soren Hansen <soren@linux2go.dk> | 2011-03-22 17:13:48 +0100 |
---|---|---|
committer | Soren Hansen <soren@linux2go.dk> | 2011-03-22 17:13:48 +0100 |
commit | 06815cb729d8687403fc736ae6125c26867f42b3 (patch) | |
tree | b4ae0beef3c89b27255f8b8f5c8620c0decb9c04 /nova/utils.py | |
parent | b2bdeb82024b1a015ccb2ad14606d6e9ccf80aa8 (diff) | |
download | nova-06815cb729d8687403fc736ae6125c26867f42b3.tar.gz nova-06815cb729d8687403fc736ae6125c26867f42b3.tar.xz nova-06815cb729d8687403fc736ae6125c26867f42b3.zip |
Remove unused global semaphore.
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index c580e805a..8b9ce4734 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -532,7 +532,6 @@ def loads(s): return json.loads(s) -_semaphores_semaphore = semaphore.Semaphore() _semaphores = {} |