summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/Extension.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-10-01 16:50:35 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 17:16:47 +0200
commite4080dce647edfcec832164fcfb56cb36e220e27 (patch)
treebcfa37978d4fad1cf5fd82c8e0e1a0ab1db6fb93 /solenv/gbuild/Extension.mk
parentfdo#54225: PDFExport::mbSignPDF potentially used uninitialized (diff)
downloadcore-e4080dce647edfcec832164fcfb56cb36e220e27.tar.gz
core-e4080dce647edfcec832164fcfb56cb36e220e27.zip
fdo#50163 move definition of PLATFORMID into configure.in
Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250
Diffstat (limited to 'solenv/gbuild/Extension.mk')
-rw-r--r--solenv/gbuild/Extension.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/gbuild/Extension.mk b/solenv/gbuild/Extension.mk
index c728e0d83d15..281bac89420a 100644
--- a/solenv/gbuild/Extension.mk
+++ b/solenv/gbuild/Extension.mk
@@ -41,14 +41,6 @@ $$(eval $$(call gb_Module_register_target,$(call gb_Extension_get_target,$(1)),$
endef
-# Set platform.
-#
-# Only use this if the extension is platform-dependent.
-define gb_Extension_set_platform
-$(call gb_ExtensionTarget_set_platform,$(1),$(2))
-
-endef
-
define gb_Extension_add_file
$(call gb_ExtensionTarget_add_file,$(1),$(2),$(3))