remove TDFA build flag

This commit is contained in:
Joey Hess 2016-01-26 08:52:34 -04:00
parent dcfb038cd2
commit ecec42bbb4
Failed to extract signature
4 changed files with 4 additions and 35 deletions

View file

@ -73,9 +73,6 @@ buildFlags = filter (not . null)
#else
#warning Building without ConcurrentOutput
#endif
#ifdef WITH_TDFA
, "TDFA"
#endif
#ifdef WITH_TORRENTPARSER
, "TorrentParser"
#endif