Skip to content

Commit

Permalink
remove compliance.cpp and compliance.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 19, 2024
1 parent 1a69af8 commit 278c06b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
3 changes: 1 addition & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
CXX_STD = CXX11
PKG_LIBS = -pthread
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -include compliance.h -I./Starspace/src
PKG_CPPFLAGS = -pthread -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR -I./Starspace/src

SOURCES = Starspace/src/utils/args.cpp Starspace/src/utils/normalize.cpp Starspace/src/utils/utils.cpp \
Starspace/src/data.cpp Starspace/src/dict.cpp Starspace/src/doc_data.cpp Starspace/src/doc_parser.cpp Starspace/src/model.cpp Starspace/src/parser.cpp Starspace/src/proj.cpp Starspace/src/starspace.cpp \
rcpp_textspace.cpp \
compliance.cpp \
RcppExports.cpp

OBJECTS = $(SOURCES:.cpp=.o)
Expand Down
22 changes: 0 additions & 22 deletions src/compliance.cpp

This file was deleted.

25 changes: 0 additions & 25 deletions src/compliance.h

This file was deleted.

0 comments on commit 278c06b

Please sign in to comment.