Skip to content

Commit

Permalink
Unused variables.
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo O. Freschi <tordek@tordek.com.ar>
  • Loading branch information
Guillermo O. Freschi committed Dec 8, 2009
1 parent 9295a07 commit 3426472
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sparkup
Expand Up @@ -824,9 +824,6 @@ class Token:
name = synonyms[name]

if ':' in name:
spaces_count = self.parser.options.indent_spaces
indent = ' ' * spaces_count

shortcuts = self.parser.dialect.shortcuts
if name in shortcuts.keys():
for key, value in shortcuts[name].iteritems():
Expand Down

0 comments on commit 3426472

Please sign in to comment.