From dd1ff1a49550a33ca73f503f2712a335079e8057 Mon Sep 17 00:00:00 2001 From: owsla Date: Wed, 20 Aug 2008 17:43:25 +0000 Subject: Move test for native Windows to eliminate additional remote call git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@928 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Main.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rdiff-backup/rdiff_backup/Main.py') diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py index ac640bd..6e050c0 100644 --- a/rdiff-backup/rdiff_backup/Main.py +++ b/rdiff-backup/rdiff_backup/Main.py @@ -827,7 +827,3 @@ def checkdest_if_necessary(dest_rp): Log("Previous backup seems to have failed, regressing " "destination now.", 2) dest_rp.conn.regress.Regress(dest_rp) - -def get_os_name(): - """Created as a function so that it can be called remotely.""" - return os.name -- cgit v1.2.1