summaryrefslogtreecommitdiffstats
path: root/connectivity/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-23 09:19:50 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:52 +0200
commita3dddaaf74c761abc8533c602f62fcdace55506f (patch)
tree5704aff4648596d46aab7c22c5a516a7ce1afd48 /connectivity/source
parentswitch connectivity to gbuild (diff)
downloadcore-a3dddaaf74c761abc8533c602f62fcdace55506f.tar.gz
core-a3dddaaf74c761abc8533c602f62fcdace55506f.zip
remove unused sources
Change-Id: I777d62306bb835368c18894daaf04bcbf27ca49c
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/parse/wrap_sqlbison.cxx32
-rw-r--r--connectivity/source/parse/wrap_sqlflex.cxx36
2 files changed, 0 insertions, 68 deletions
diff --git a/connectivity/source/parse/wrap_sqlbison.cxx b/connectivity/source/parse/wrap_sqlbison.cxx
deleted file mode 100644
index 08a6caf6140f..000000000000
--- a/connectivity/source/parse/wrap_sqlbison.cxx
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-
-#include "sqlbison.cxx"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/parse/wrap_sqlflex.cxx b/connectivity/source/parse/wrap_sqlflex.cxx
deleted file mode 100644
index f44911ae6c33..000000000000
--- a/connectivity/source/parse/wrap_sqlflex.cxx
+++ /dev/null
@@ -1,36 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-
-#if defined _MSC_VER
- #pragma warning(disable:4505)
-#endif
-
-#include "sqlflex.cxx"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */