diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 13:28:18 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 19:22:41 +0000 |
commit | e81b1f23c49e35c1cde1faa44281812e97be60f5 (patch) | |
tree | b3be83fd950156ec3962da1facd9ec75a66d2da9 /solenv/doc/gbuild | |
parent | 2bf530153e9fb24aef62bf5e16e23ea1412887dd (diff) |
remove gb_LinkTarget_add_noexception_object
Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45
Reviewed-on: https://gerrit.libreoffice.org/4955
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv/doc/gbuild')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/types.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/types.mk b/solenv/doc/gbuild/solenv/gbuild/types.mk index 8cdf80259570..cf10d4db8bdf 100644 --- a/solenv/doc/gbuild/solenv/gbuild/types.mk +++ b/solenv/doc/gbuild/solenv/gbuild/types.mk @@ -111,9 +111,6 @@ namespace gb { namespace types void add_linked_libs(List<Library> linked_libs); /// Add libraries to link against statically. void add_linked_static_libs(List<StaticLibrary> linked_static_libs); - /// Add multiple CxxObject s to be compiled and linked (without exceptions enabled). - /// @deprecated We should not care about disabling exception. - void add_noexception_objects(List<CxxObject> cobject); /// Set auxiliary files that are produced by linking (for cleanup and copying). void set_auxtargets(List<Path> auxtargets); /// Set the location for the produced DLL (used on Windows only). |