Skip to content

Commit 24e0bdf

Browse files
mgreterxzyfer
authored andcommitted
Remove superfluous Listize from bind
1 parent df50529 commit 24e0bdf

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/bind.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ namespace Sass {
1313
{
1414
std::string callee(type + " " + name);
1515

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

1918
for (size_t i = 0, L = as->length(); i < L; ++i) {

src/bind.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define SASS_BIND_H
33

44
#include <string>
5-
#include "listize.hpp"
65
#include "environment.hpp"
76

87
namespace Sass {

src/eval.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "ast.hpp"
55
#include "context.hpp"
6+
#include "listize.hpp"
67
#include "operation.hpp"
78
#include "environment.hpp"
89

0 commit comments

Comments
 (0)