Commit 34db8709 by Michael Mifsud

Merge pull request #1039 from saper/unused_ctx_w

Remove unused ctx_w
parents c290f2f9 7c358115
...@@ -10,7 +10,6 @@ Sass_Import_List sass_importer(const char* cur_path, Sass_Importer_Entry cb, str ...@@ -10,7 +10,6 @@ Sass_Import_List sass_importer(const char* cur_path, Sass_Importer_Entry cb, str
void* cookie = sass_importer_get_cookie(cb); void* cookie = sass_importer_get_cookie(cb);
struct Sass_Import* previous = sass_compiler_get_last_import(comp); struct Sass_Import* previous = sass_compiler_get_last_import(comp);
const char* prev_path = sass_import_get_path(previous); const char* prev_path = sass_import_get_path(previous);
sass_context_wrapper* ctx_w = static_cast<sass_context_wrapper*>(cookie);
CustomImporterBridge& bridge = *(static_cast<CustomImporterBridge*>(cookie)); CustomImporterBridge& bridge = *(static_cast<CustomImporterBridge*>(cookie));
std::vector<void*> argv; std::vector<void*> argv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment