diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 16:21:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 20:32:57 +0200 |
commit | 10179c33d26c5fed4bb6664e0f29b16d5abaff51 (patch) | |
tree | d90f45c9d51d03453e91a733de796aa93c63e9ae /cppuhelper | |
parent | d329136dd014941a6cc63f37dc3895bc118798c2 (diff) |
Remove unnecessary test dependency
Change-Id: I8202cf38e4b54fc4b457d2a7d70ad42b29ee9dec
Reviewed-on: https://gerrit.libreoffice.org/58769
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_qa_misc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_qa_misc.mk b/cppuhelper/CppunitTest_cppuhelper_qa_misc.mk index 980f40e9571c..c83ebee5959e 100644 --- a/cppuhelper/CppunitTest_cppuhelper_qa_misc.mk +++ b/cppuhelper/CppunitTest_cppuhelper_qa_misc.mk @@ -15,7 +15,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_qa_misc,\ )) $(eval $(call gb_CppunitTest_use_api,cppuhelper_qa_misc,\ - offapi \ udkapi \ )) |