build: Remove E_RELEASE_BUILD 60/325360/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 29 Apr 2025 07:46:36 +0000 (16:46 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 00:44:49 +0000 (09:44 +0900)
It's unused.

Change-Id: Iec2dba4766f404c6ba8e95efc23d3f7a6de9abe2

meson.build

index 8f149cdd45f21d0a31d2f871822d197cd2433f4c..c4d59de78cad52bb699cc8a5be002129ce9c4c71 100644 (file)
@@ -34,7 +34,6 @@ cc = meson.get_compiler('c')
 cpp = meson.get_compiler('cpp')
 
 release='ver-autocannoli-@0@.@1@'.format(e_version[0], e_version[1])
-config_h.set('E_RELEASE_BUILD'         , '1')
 
 module_arch = '@0@-gnueabi-@1@-@2@'.format(host_machine.system(), host_machine.cpu(), release)