Remove unuse header disable.h
authorDavid Goulet <david.goulet@polymtl.ca>
Sat, 27 Nov 2010 19:08:06 +0000 (14:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 27 Nov 2010 19:08:06 +0000 (14:08 -0500)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
include/ust/kcompat/disable.h [deleted file]
include/ust/kcompat/kcompat.h

index 5697e4356471c93856addf6b39352847dd51e044..0ace775745d33bd4f245c5e4a9f276522f4207a9 100644 (file)
@@ -13,7 +13,6 @@ nobase_include_HEADERS = \
        ust/type-serializer.h \
        ust/kcompat/kcompat.h \
        ust/kcompat/compiler.h \
-       ust/kcompat/disable.h \
        ust/kcompat/jhash.h \
        ust/kcompat/simple.h \
        ust/kcompat/types.h \
diff --git a/include/ust/kcompat/disable.h b/include/ust/kcompat/disable.h
deleted file mode 100644 (file)
index 36d36f5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * disable.h
- *
- * Copyright (C) 2009 - Pierre-Marc Fournier (pierre-marc dot fournier at polymtl dot ca)
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
- */
-
-#define prefetch(a) ({ do {} while(0); })
index 895144bcc5d77513155ec2b9b5dccdf6cd6b7bf6..79036509db6dc43196905d4c69a29524bf002ad6 100644 (file)
@@ -61,6 +61,4 @@
 #include <ust/kcompat/types.h>
 #include <ust/kcompat/jhash.h>
 
-#include <ust/kcompat/disable.h>
-
 #endif /* KCOMPAT_H */
This page took 0.024726 seconds and 4 git commands to generate.