Index: kernel/test/restraints/test_pairlist.py =================================================================== --- kernel/test/restraints/test_pairlist.py (revision 533) +++ kernel/test/restraints/test_pairlist.py (working copy) @@ -13,14 +13,6 @@ def show(self, t): print "One Singleton" -class Linear(IMP.UnaryFunction): - def __init__(self): - IMP.UnaryFunction.__init__(self) - def __call__(self, *args): - return args[0] - def show(self, *args): - print "identity" - class TestPairList(IMP.test.TestCase): def setUp(self): IMP.set_log_level(IMP.VERBOSE)