Skip to content

Commit

Permalink
Remove unused src/functions.{h,c}pp
Browse files Browse the repository at this point in the history
Removes an unnecessary compilation unit that wasn't used anywhere.

sassc PR: sass/sassc#244
  • Loading branch information
glebm authored and xzyfer committed Dec 17, 2018
1 parent 664a9c2 commit 6cb1927
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 65 deletions.
1 change: 0 additions & 1 deletion Makefile.conf
Expand Up @@ -23,7 +23,6 @@ SOURCES = \
fn_numbers.cpp \
fn_strings.cpp \
fn_selectors.cpp \
functions.cpp \
color_maps.cpp \
environment.cpp \
ast_fwd_decl.cpp \
Expand Down
1 change: 0 additions & 1 deletion src/context.cpp
Expand Up @@ -23,7 +23,6 @@
#include "listize.hpp"
#include "extend.hpp"
#include "remove_placeholders.hpp"
#include "functions.hpp"
#include "sass_functions.hpp"
#include "backtrace.hpp"
#include "sass2scss.h"
Expand Down
1 change: 0 additions & 1 deletion src/fn_utils.cpp
@@ -1,7 +1,6 @@
#include "sass.hpp"
#include "parser.hpp"
#include "fn_utils.hpp"
#include "functions.hpp"

namespace Sass {

Expand Down
42 changes: 0 additions & 42 deletions src/functions.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions src/functions.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions win/libsass.targets
Expand Up @@ -36,7 +36,6 @@
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\extend.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\file.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_utils.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\functions.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_miscs.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_maps.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_lists.hpp" />
Expand Down Expand Up @@ -111,7 +110,6 @@
<ClCompile Include="$(LIBSASS_SRC_DIR)\fn_numbers.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\fn_strings.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\fn_selectors.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\functions.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\inspect.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\json.cpp" />
<ClCompile Include="$(LIBSASS_SRC_DIR)\lexer.cpp" />
Expand Down
6 changes: 0 additions & 6 deletions win/libsass.vcxproj.filters
Expand Up @@ -120,9 +120,6 @@
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_utils.hpp">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\functions.hpp">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\fn_miscs.hpp">
<Filter>Headers</Filter>
</ClInclude>
Expand Down Expand Up @@ -344,9 +341,6 @@
<ClCompile Include="$(LIBSASS_SRC_DIR)\fn_selectors.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="$(LIBSASS_SRC_DIR)\functions.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="$(LIBSASS_SRC_DIR)\inspect.cpp">
<Filter>Sources</Filter>
</ClCompile>
Expand Down

0 comments on commit 6cb1927

Please sign in to comment.