Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Jan 18, 2016
1 parent 1b7ac4d commit 614995f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ type sass struct {

var _ Compiler = &sass{}

func (c *sass) Context() *compctx {
return c.ctx
}

func (c *sass) run() error {
defer func() {
c.imports = c.ctx.ResolvedImports
Expand Down
3 changes: 0 additions & 3 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ type compctx struct {
// Attach additional data to a context for use by custom
// handlers/mixins
Payload context.Context

// Safe place to store memory allocations for C
entries *[]libs.ImportEntry
}

// Constants/enums for the output style.
Expand Down

0 comments on commit 614995f

Please sign in to comment.