From 41604ee7e7aac25c37fe5d3c4c5b794a559fd6a8 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 3 Jan 2014 16:20:28 -0500 Subject: [PATCH] Remove unused variable --- eval.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eval.cpp b/eval.cpp index 458bf10f7..c8ffacbe3 100644 --- a/eval.cpp +++ b/eval.cpp @@ -150,7 +150,6 @@ namespace Sass { Expression* message = w->message()->perform(this); To_String to_string; string prefix("WARNING: "); - string indent(" "); string result(unquote(message->perform(&to_string))); cerr << prefix << result; Backtrace top(backtrace, w->path(), w->position(), "");