Skip to content

Commit

Permalink
Remove obsolete Regex class
Browse files Browse the repository at this point in the history
The musl libc provides libintl (similar to glibc) but does not use the same
internals, so snapper fails to link due to missing _nl_msg_cat_cntr symbol.
As the Regex class is signed as obsolete, one simple solution for this issue
is to remove this class.
  • Loading branch information
leonardohn committed Nov 1, 2021
1 parent 11b6c22 commit 6c0c324
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 182 deletions.
1 change: 0 additions & 1 deletion snapper/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ libsnapper_la_SOURCES = \
Compare.cc Compare.h \
SystemCmd.cc SystemCmd.h \
AsciiFile.cc AsciiFile.h \
Regex.cc Regex.h \
Acls.cc Acls.h \
Hooks.cc Hooks.h \
Exception.cc Exception.h \
Expand Down
103 changes: 0 additions & 103 deletions snapper/Regex.cc

This file was deleted.

78 changes: 0 additions & 78 deletions snapper/Regex.h

This file was deleted.

0 comments on commit 6c0c324

Please sign in to comment.