aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--markdown.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/markdown.py b/markdown.py
index e0e6bba..16632be 100644
--- a/markdown.py
+++ b/markdown.py
@@ -1123,11 +1123,6 @@ class BlockGuru:
allowBlank = 1)
-def print_error(string):
- """Print an error string to stderr"""
- sys.stderr.write(string +'\n')
-
-
def dequote(string):
""" Removes quotes from around a string """
if ( ( string.startswith('"') and string.endswith('"'))