1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Remove unused WITH_UNRAR macro

This commit is contained in:
Jens Steube 2021-05-15 13:12:23 +02:00
parent f4ca10b116
commit 0e2dc4bb82

View File

@ -279,7 +279,6 @@ endif
# unrar
ifeq ($(ENABLE_UNRAR),1)
CFLAGS += -I$(DEPS_UNRAR_PATH)
CFLAGS += -DWITH_UNRAR
LFLAGS += -lstdc++
endif