From aa1a40fe65ba60717548c038da6ddcd9ba8c7782 Mon Sep 17 00:00:00 2001 From: Paul Weaver Date: Wed, 28 Oct 2009 23:01:43 -0400 Subject: [PATCH] Removed useless method svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2698 --- code/validation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/validation.py b/code/validation.py index 875115c..9b7a0b0 100644 --- a/code/validation.py +++ b/code/validation.py @@ -258,9 +258,6 @@ def testContact(user, contact, machine=None): raise InvalidInput('contact', contact, "Not a valid email.") return contact -def testDisk(user, disksize, machine=None): - return disksize - def testName(user, name, machine=None): if name is None: return None -- 1.7.9.5