diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 11:20:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 11:23:24 +0200 |
commit | 0015c9807f85fd8095e5f8e922b08f98ba5a9d6c (patch) | |
tree | 6798cd95274335e492e54cae7ad8a99dbf0b63a3 /basic/source/inc | |
parent | 2fc50ff8bea6f64b367d44a1760b8dd9fb69a401 (diff) |
Remove unused BASIC CaptureAssertions functionality
...that had originally been introduced to catch DBG_ASSERTs during smoketest,
but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx
functionality, and obsoleted by the ongoing clean-up of using true assert where
appliable.
Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/sbdiagnose.hxx | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/basic/source/inc/sbdiagnose.hxx b/basic/source/inc/sbdiagnose.hxx deleted file mode 100644 index d530e59bd955..000000000000 --- a/basic/source/inc/sbdiagnose.hxx +++ /dev/null @@ -1,29 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#ifndef INCLUDED_BASIC_SOURCE_INC_SBDIAGNOSE_HXX -#define INCLUDED_BASIC_SOURCE_INC_SBDIAGNOSE_HXX - -#ifdef DBG_UTIL -void ResetCapturedAssertions(); -#endif - -#endif // INCLUDED_BASIC_SOURCE_INC_SBDIAGNOSE_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |