Remove unused variable in meson.build

We don't use this anywhere. It's confusing.
This commit is contained in:
Nirbheek Chauhan 2020-03-02 11:04:40 +05:30
parent 588250eaeb
commit c67034c529

View file

@ -6,8 +6,6 @@ project('All GStreamer modules', 'c',
gst_version = '>= @0@'.format(meson.project_version())
gst_branch = 'master'
glib_req = '>= 2.44.0'
build_system = build_machine.system()
cc = meson.get_compiler('c')