# HG changeset patch # User Mads Kiilerich # Date 2019-11-25 03:23:42 # Node ID a58320dc50a9dce4124992247934a12fb1037379 # Parent 8e2313be042d1c02860a47a07b0f984d3a09d0bc vcs: drop unused Node.unicode_path diff --git a/kallithea/lib/vcs/nodes.py b/kallithea/lib/vcs/nodes.py --- a/kallithea/lib/vcs/nodes.py +++ b/kallithea/lib/vcs/nodes.py @@ -120,10 +120,6 @@ class Node(object): return None @LazyProperty - def unicode_path(self): - return safe_unicode(self.path) - - @LazyProperty def name(self): """ Returns name of the node so if its path