changeset 1276:cc1e2c8cdaa6

layouts: remove unused _infix variable in standard
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:51 -0500
parents ca771cbf69c6
children ada9b39a9eb8
files hgsubversion/layouts/standard.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/layouts/standard.py
+++ b/hgsubversion/layouts/standard.py
@@ -25,10 +25,6 @@ class StandardLayout(base.BaseLayout):
             return x
         meta._gen_cachedconfig('infix', '', pre=_infix_transform)
 
-        self._infix = self.meta.ui.config('hgsubversion', 'infix', '').strip('/')
-        if self._infix:
-            self._infix = '/' + self._infix
-
     @property
     def trunk(self):
         return 'trunk' + self.meta.infix