Remove Extraneous Reset in LZ4_attach_dictionary()
authorW. Felix Handte <w@felixhandte.com>
Wed, 5 Aug 2020 16:46:32 +0000 (12:46 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 5 Aug 2020 16:46:32 +0000 (12:46 -0400)
commitd7399232a4d547d7183c193997e17d534d000f52
tree9c787bc27c50af67aeccab90c5e698a36a035bcc
parentcd5d78ebd0a75c68432a1935c8ef9eeb952275c1
Remove Extraneous Reset in LZ4_attach_dictionary()

Nothing internally sets dirty anymore. The only way to get that is if you use
an uninitialized context, in which case your warranty is void anyways.
lib/lz4.c