diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 16:20:49 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 11:42:42 +0200 |
commit | 74513483bc5572d988a059b8e964662d66f1667f (patch) | |
tree | 654adaa49332952eef4506d57f1fde0d25676920 /src/libutil/meson.build | |
parent | 93ebb3e7dfb75ce23c1fb46d8e70208a2bad0c02 (diff) |
util.cc: Delete remaining file
Change-Id: I2b47848904f2ce7bd78b83738e99a4c9da627751
Diffstat (limited to 'src/libutil/meson.build')
-rw-r--r-- | src/libutil/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/meson.build b/src/libutil/meson.build index 5e767b447..64d84c714 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -40,7 +40,6 @@ libutil_sources = files( 'url.cc', 'url-name.cc', 'users.cc', - 'util.cc', 'xml-writer.cc', ) |