Commit 121274ac authored by Caleb Marchent's avatar Caleb Marchent Committed by Facebook Github Bot

Remove F14Memory.h header file from Makefile.am (#874)

Summary:
The headerfile was removed from the source tree, but is still
referenced, causing autotools based builds to fail.
Closes https://github.com/facebook/folly/pull/874

Reviewed By: nbronson

Differential Revision: D8531520

Pulled By: calebmarchent

fbshipit-source-id: 33844e57f4551a66dd13ab9ec03a441c7779c41e
parent 1ed5d00c
...@@ -69,7 +69,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -69,7 +69,6 @@ nobase_follyinclude_HEADERS = \
container/detail/BitIteratorDetail.h \ container/detail/BitIteratorDetail.h \
container/detail/F14Defaults.h \ container/detail/F14Defaults.h \
container/detail/F14IntrinsicsAvailability.h \ container/detail/F14IntrinsicsAvailability.h \
container/detail/F14Memory.h \
container/detail/F14Policy.h \ container/detail/F14Policy.h \
container/detail/F14Table.h \ container/detail/F14Table.h \
container/Iterator.h \ container/Iterator.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment