Skip to content

Commit

Permalink
Remove unused ctx_w
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Jul 21, 2015
1 parent 78ac14f commit 7c35811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
struct Sass_Import* previous = sass_compiler_get_last_import(comp);
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));

std::vector<void*> argv;
Expand Down

0 comments on commit 7c35811

Please sign in to comment.