diff options
author | EuAndreh <eu@euandre.org> | 2024-01-02 06:14:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-02 06:14:55 -0300 |
commit | 96bed2442e25d2e36aa5e4484226e07c16df32ce (patch) | |
tree | 1f5655251b5c2905df0806f61bfe4c7efe15d507 | |
parent | Makefile: Inline everything into a single file (diff) | |
download | grovel-96bed2442e25d2e36aa5e4484226e07c16df32ce.tar.gz grovel-96bed2442e25d2e36aa5e4484226e07c16df32ce.tar.xz |
Remove unused files
Diffstat (limited to '')
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | VERSION | 1 | ||||
-rw-r--r-- | dynamic.list | 45 |
3 files changed, 0 insertions, 47 deletions
diff --git a/.mailmap b/.mailmap deleted file mode 100644 index aede9ec8..00000000 --- a/.mailmap +++ /dev/null @@ -1 +0,0 @@ -Ada Worcester <oss@ada.pikhq.com> <josiahw@gmail.com> diff --git a/VERSION b/VERSION deleted file mode 100644 index e8ea05db..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.2.4 diff --git a/dynamic.list b/dynamic.list deleted file mode 100644 index ee0d363b..00000000 --- a/dynamic.list +++ /dev/null @@ -1,45 +0,0 @@ -{ -environ; -__environ; - -stdin; -stdout; -stderr; - -malloc; -calloc; -realloc; -free; -memalign; -posix_memalign; -aligned_alloc; -malloc_usable_size; - -timezone; -daylight; -tzname; -__timezone; -__daylight; -__tzname; - -signgam; -__signgam; - -optarg; -optind; -opterr; -optopt; -optreset; -__optreset; - -getdate_err; - -h_errno; - -program_invocation_name; -program_invocation_short_name; -__progname; -__progname_full; - -__stack_chk_guard; -}; |