aboutsummaryrefslogtreecommitdiff
path: root/lib/exclude.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:34 +0000
commit6912926289e65c53a48e62f806bc7181ce539110 (patch)
treef45494b4fa9aec94d0e57c9fb54292d41bd435e5 /lib/exclude.c
parentd86ab3bdb084f4516faa0aad3e469ef435af6ef8 (diff)
parenta1c0e6162f259e6cbb27432707ae9c4ca569cbda (diff)
downloaderofs-utils-6912926289e65c53a48e62f806bc7181ce539110.tar.gz
Change-Id: Ica67785a5b12a169436af02fce224485d0bf7676
Diffstat (limited to 'lib/exclude.c')
-rw-r--r--lib/exclude.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/exclude.c b/lib/exclude.c
index 73b3720..2f980a3 100644
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * erofs-utils/lib/exclude.c
- *
* Created by Li Guifu <bluce.lee@aliyun.com>
*/
#include <string.h>
@@ -129,4 +127,3 @@ struct erofs_exclude_rule *erofs_is_exclude_path(const char *dir,
}
return NULL;
}
-