# HG changeset patch
# User k0s <k0scist@gmail.com>
# Date 1257053496 14400
# Node ID 0826015cc13ddb87f13af4c3502f3afb0e0c3752
# Parent  4ac11f7992c6390a3e78653447d332d05ea6e0e7
remove unused variable

diff -r 4ac11f7992c6 -r 0826015cc13d bitsyblog/bitsyblog.py
--- a/bitsyblog/bitsyblog.py	Sun Nov 01 01:28:23 2009 -0400
+++ b/bitsyblog/bitsyblog.py	Sun Nov 01 01:31:36 2009 -0400
@@ -607,7 +607,6 @@
     def restructuredText(self, string):
         """renders a string with restructured text"""
 
-        origstring = string
         settings = { 'report_level': 5 }
         string = string.strip()
         try: