diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2016-09-12 11:33:55 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2016-09-12 11:33:55 -0400 |
commit | 759ecfd7517d4b616d8ec41fd2fe6d7c698aff06 (patch) | |
tree | c19e9835557c58324db4c8545e6b1ef667e9016f /bin | |
parent | f172d93c92cf3b580757abb735406267efa80c39 (diff) |
Removed old unnecessary Xen refereces
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/virtualization | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/virtualization b/bin/virtualization index 35e9c7a..fe59656 100755 --- a/bin/virtualization +++ b/bin/virtualization @@ -49,9 +49,6 @@ from urllib.parse import urlparse DEFAULT_TIMEOUT = 500 -class XENTest(object): - pass - # The "TAR" type is a tarball that contains both # a disk image and a kernel binary. This is useful # on architectures that don't (yet) have a bootloader |