Skip to content

Commit

Permalink
Remove superfluous Listize from bind
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Oct 22, 2016
1 parent f8d9dec commit 314360e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Sass {
{
std::string callee(type + " " + name);

Listize listize(ctx->mem);
std::map<std::string, Parameter*> param_map;

for (size_t i = 0, L = as->length(); i < L; ++i) {
Expand Down
1 change: 0 additions & 1 deletion src/bind.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define SASS_BIND_H

#include <string>
#include "listize.hpp"
#include "environment.hpp"

namespace Sass {
Expand Down
1 change: 1 addition & 0 deletions src/eval.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "ast.hpp"
#include "context.hpp"
#include "listize.hpp"
#include "operation.hpp"
#include "environment.hpp"

Expand Down

0 comments on commit 314360e

Please sign in to comment.