]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/BrotliCompress/enc/dictionary_hash.h
BaseTools: Make brotli a submodule
[mirror_edk2.git] / BaseTools / Source / C / BrotliCompress / enc / dictionary_hash.h
diff --git a/BaseTools/Source/C/BrotliCompress/enc/dictionary_hash.h b/BaseTools/Source/C/BrotliCompress/enc/dictionary_hash.h
deleted file mode 100644 (file)
index ab31827..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2015 Google Inc. All Rights Reserved.\r
-\r
-   Distributed under MIT license.\r
-   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT\r
-*/\r
-\r
-/* Hash table on the 4-byte prefixes of static dictionary words. */\r
-\r
-#ifndef BROTLI_ENC_DICTIONARY_HASH_H_\r
-#define BROTLI_ENC_DICTIONARY_HASH_H_\r
-\r
-#include <brotli/types.h>\r
-\r
-#if defined(__cplusplus) || defined(c_plusplus)\r
-extern "C" {\r
-#endif\r
-\r
-extern const uint16_t kStaticDictionaryHash[32768];\r
-\r
-#if defined(__cplusplus) || defined(c_plusplus)\r
-}  /* extern "C" */\r
-#endif\r
-\r
-#endif  /* BROTLI_ENC_DICTIONARY_HASH_H_ */\r