summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ntriples.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/ntriples.h b/ntriples.h
deleted file mode 100644
index dedb9ea5..00000000
--- a/ntriples.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- Mode: c; c-basic-offset: 2 -*-
- *
- * ntriples.h - Raptor N-Triples Parser interfaces and definition (OLD)
- *
- * $Id$
- *
- * Copyright (C) 2001-2003 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.org/
- * University of Bristol - http://www.bristol.ac.uk/
- *
- * This package is Free Software or Open Source available under the
- * following licenses (these are alternatives):
- * 1. GNU Lesser General Public License (LGPL)
- * 2. GNU General Public License (GPL)
- * 3. Mozilla Public License (MPL)
- *
- * See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
- *
- */
-
-#ifndef RAPTOR_NTRIPLES_H
-#define RAPTOR_NTRIPLES_H
-
-#ifdef __GNUC__
-#warning "ntriples.h is deprecated, use #include <raptor.h> instead"
-#endif
-
-#include <raptor.h>
-
-#endif