diff options
author | Luca Dariz <luca@orpolo.org> | 2023-01-16 14:04:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-16 21:29:47 +0100 |
commit | 6c91d04fbe4ddd798015724988a88b0043ddf1f9 (patch) | |
tree | bad6ace83eee5226067dc90de4de6cf6462aabbf /Makefrag.am | |
parent | b46149b640aa7c6b341d11bd26e3d139e1694eb4 (diff) | |
download | gnumach-6c91d04fbe4ddd798015724988a88b0043ddf1f9.tar.gz gnumach-6c91d04fbe4ddd798015724988a88b0043ddf1f9.tar.bz2 gnumach-6c91d04fbe4ddd798015724988a88b0043ddf1f9.zip |
remove unused file ipc/mach_rpc.c
* Makefrag.am: remove ipc/mach_rpc.c
* ipc/mach_rpc.c: remove file, all functions here seem unused.
Message-Id: <20230116130426.246584-3-luca@orpolo.org>
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am index cb5651a2..9da44d55 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -114,7 +114,6 @@ libkernel_a_SOURCES += \ ipc/mach_msg.h \ ipc/mach_port.c \ ipc/mach_port.h \ - ipc/mach_rpc.c \ ipc/mach_debug.c \ ipc/port.h EXTRA_DIST += \ |