From ef5b263b8c5e0629ce6f8f2040192fbed2aae78b Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Mon, 23 Jan 2012 14:18:05 +0100
Subject: [PATCH] Drop unused return value.

---
 slapos/format.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/slapos/format.py b/slapos/format.py
index 147749a77..3b8225a30 100644
--- a/slapos/format.py
+++ b/slapos/format.py
@@ -557,9 +557,6 @@ class Tap:
   def createWithOwner(self, owner, attach_to_tap=False):
     """
     Create a tap interface on the system.
-
-    Return:
-        True: Everything went right.
     """
 
     # some systems does not have -p switch for tunctl
@@ -579,8 +576,6 @@ class Tap:
     if attach_to_tap:
       threading.Thread(target=self.attach).start()
 
-    return True
-
 class Bridge:
   "Bridge represent a bridge on the system"
 
-- 
2.30.9