revert "meson: support custom led yaml path"
This reverts commit fcfb2b62c5bc74ce42500c5d3d421860c8a74425.
That commit is no longer needed after we switch to handle the copying
of led.yaml in meta-phosphor.
Signed-off-by: Seires Li <seiresli@pcpartner.com>
Change-Id: I20526480e28ed29e22a2e8982c538b58b85ee911
diff --git a/meson_options.txt b/meson_options.txt
index d7961ac..affa402 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,4 @@
option('tests', type : 'feature', description : 'Build tests')
option('use-json', type : 'feature', description : 'LEDs JSON filepath', value: 'disabled')
option('use-lamp-test', type : 'feature', description : 'LEDs lamp test configuration', value: 'disabled')
-option('monitor-operational-status', type : 'feature', description : 'Enable OperationalStatus monitor', value: 'disabled')
-option('led-yaml-path', type : 'string', value : '', description : 'where the led yaml is')
+option('monitor-operational-status', type : 'feature', description : 'Enable OperationalStatus monitor', value: 'disabled')
\ No newline at end of file