aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/meson.build
diff options
context:
space:
mode:
authorQyriad <qyriad@qyriad.me>2024-06-17 14:45:10 -0600
committerQyriad <qyriad@qyriad.me>2024-06-20 17:00:06 +0000
commite44dcd63c4d96807536cdcf2afb688a537cce9be (patch)
tree6f2a2de71aa296868f17434483f5e29724c4b39d /src/libcmd/meson.build
parent6515b1a4954131010a7b19acf98dc010dde647d0 (diff)
remove InstallableValueCommand class
Change-Id: Id12383f4741cba07159712700ebcfbe37e61560c
Diffstat (limited to 'src/libcmd/meson.build')
-rw-r--r--src/libcmd/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcmd/meson.build b/src/libcmd/meson.build
index 3d92f36a4..73deb035c 100644
--- a/src/libcmd/meson.build
+++ b/src/libcmd/meson.build
@@ -1,6 +1,5 @@
libcmd_sources = files(
'built-path.cc',
- 'command-installable-value.cc',
'cmd-profiles.cc',
'command.cc',
'common-eval-args.cc',
@@ -18,7 +17,6 @@ libcmd_sources = files(
libcmd_headers = files(
'built-path.hh',
- 'command-installable-value.hh',
'cmd-profiles.hh',
'command.hh',
'common-eval-args.hh',