summaryrefslogtreecommitdiff
path: root/Meta/lint-clang-format.sh
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-03-03 23:54:07 +0200
committerAndreas Kling <kling@serenityos.org>2021-03-03 23:42:32 +0100
commitc12781a6a2dc074be249c21a31913d9b1458c1c9 (patch)
tree5bba232a939c08f4076f50800065e7ae2b7224ec /Meta/lint-clang-format.sh
parent373a595c567cb467aa1f1c627dcfb4fac94dbf86 (diff)
downloadserenity-c12781a6a2dc074be249c21a31913d9b1458c1c9.zip
LibCore+LibHTTP+LibGfx: Switch to LibCompress
This commit removes the only 3rd party library (and its usages) in serenity: puff, which is used for deflate decompression. and replaces it with the existing original serenity implementation in LibCompress. :^)
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-xMeta/lint-clang-format.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh
index 0aa4c90d6e..42e5a4d0be 100755
--- a/Meta/lint-clang-format.sh
+++ b/Meta/lint-clang-format.sh
@@ -14,8 +14,6 @@ if [ "$#" -eq "1" ]; then
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibC/getopt.cpp' \
':!:Userland/Libraries/LibC/syslog.h' \
- ':!:Userland/Libraries/LibCore/puff.h' \
- ':!:Userland/Libraries/LibCore/puff.cpp' \
':!:Userland/Libraries/LibELF/exec_elf.h'
)
else