diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-10-20 22:07:49 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-10-21 23:15:29 +0200 |
| commit | e0a0365383a3baf1a13b68c476421a85d29a244b (patch) | |
| tree | 6f04e9f9a1d17edc476835e045e656833b419f00 /meson.build | |
| parent | aa1c7942422ce96ce8a47830ec78687932766a73 (diff) | |
signals: Replace pipe with eventfd
Simplify code.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index fef8e92..58f38a0 100644 --- a/meson.build +++ b/meson.build @@ -70,8 +70,6 @@ io_lib = library( 'src/io.hh', 'src/unique_fd.cc', 'src/unique_fd.hh', - 'src/unique_pipe.cc', - 'src/unique_pipe.hh', ], include_directories: inc, ) |
