summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <unknown>2003-09-08 13:13:57 +0000
committerunknown <unknown>2003-09-08 13:13:57 +0000
commitda37525bb4e87086229d6d8aef3a0df0a2ca4069 (patch)
treeea3c849675ecf223ae8d7102708cb495e646fc7c
parent105f750077dc624808e66e40098d722322690ef7 (diff)
downloadraptor-da37525bb4e87086229d6d8aef3a0df0a2ca4069.tar.gz
This commit was manufactured by cvs2svn to create tag 'raptor_1_0_0'.raptor_1_0_0
-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