diff options
Diffstat (limited to 'src/auxiliaryFunctions/find/notFound.h')
-rw-r--r-- | src/auxiliaryFunctions/find/notFound.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/auxiliaryFunctions/find/notFound.h b/src/auxiliaryFunctions/find/notFound.h deleted file mode 100644 index 59d8c2fe..00000000 --- a/src/auxiliaryFunctions/find/notFound.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -** -*- C -*- -** -** notFound.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Feb 8 10:12:17 2007 jofret -** Last update Tue Feb 13 17:16:47 2007 jofret -** -** Copyright INRIA 2007 -*/ - -#ifndef __NOT_FOUND_H__ -#define __NOT_FOUND_H__ - -#define NOT_FOUND -1 - -#endif /* !__NOT_FOUND_H__ */ |