summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/clang-format-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'web/server/h2o/libh2o/misc/clang-format-all.sh')
-rwxr-xr-xweb/server/h2o/libh2o/misc/clang-format-all.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/server/h2o/libh2o/misc/clang-format-all.sh b/web/server/h2o/libh2o/misc/clang-format-all.sh
deleted file mode 100755
index aaf606c3c..000000000
--- a/web/server/h2o/libh2o/misc/clang-format-all.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-
-exec clang-format -i $(git ls-files | egrep -v '(^deps/|/_|^handler/mimemap/defaults\.c\.h)' | egrep '\.(c|h)$')
-exit $?