summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-12-22 04:02:02 +0000
committerDavid Schleef <ds@schleef.org>2004-12-22 04:02:02 +0000
commit81fa51492ed6b895a2c207b67920c9aec4ad077f (patch)
tree000225ab0f491f694cc3a4fb3d249471d5fe87b5
parent5ed7cf810adba2fbf7e3c33747867062aa3f653a (diff)
downloadliboil-81fa51492ed6b895a2c207b67920c9aec4ad077f.tar.gz
* liboil/liboil_begin.c: remove, unused
* liboil/liboil_end.c:
-rw-r--r--ChangeLog5
-rw-r--r--liboil/liboil_begin.c40
-rw-r--r--liboil/liboil_end.c37
3 files changed, 5 insertions, 77 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e0781b..782f8f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-12-21 David Schleef <ds@schleef.org>
+ * liboil/liboil_begin.c: remove, unused
+ * liboil/liboil_end.c:
+
+2004-12-21 David Schleef <ds@schleef.org>
+
Move non-relicensed code to lgpl/. Not yet in the build.
* liboil/lgpl/dct12_f32.c: (dct12_f32_mpglib):
* liboil/lgpl/dct36.c: (dct36):
diff --git a/liboil/liboil_begin.c b/liboil/liboil_begin.c
deleted file mode 100644
index 68fa8f7..0000000
--- a/liboil/liboil_begin.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * LIBOIL - Library of Optimized Inner Loops
- * Copyright (c) 2003,2004 David A. Schleef <ds@schleef.org>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include <liboil/liboilfunction.h>
-
-
-OilFunctionClass _oil_begin_function_class OIL_CLASS_SECTION;
-OilFunctionClass _oil_next_function_class OIL_CLASS_SECTION;
-
-OilFunctionImpl _oil_begin_function_impl OIL_IMPL_SECTION;
-OilFunctionImpl _oil_next_function_impl OIL_IMPL_SECTION;
-
-
diff --git a/liboil/liboil_end.c b/liboil/liboil_end.c
deleted file mode 100644
index cbe3776..0000000
--- a/liboil/liboil_end.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * LIBOIL - Library of Optimized Inner Loops
- * Copyright (c) 2003,2004 David A. Schleef <ds@schleef.org>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include <liboil/liboilfunction.h>
-
-
-OilFunctionClass _oil_end_function_class OIL_CLASS_SECTION;
-OilFunctionImpl _oil_end_function_impl OIL_IMPL_SECTION;
-
-