diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 17:51:28 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-22 17:51:28 +0000 |
| commit | a2c22523d26aee2a4f951ba462e21c49e975f97c (patch) | |
| tree | 0af39e7a54fbcd250cbccac60ec5237a7d6d35ae | |
| parent | b00e1061e1acb5c02e81632668d6b2be0cf275d7 (diff) | |
| download | bcm5719-llvm-a2c22523d26aee2a4f951ba462e21c49e975f97c.tar.gz bcm5719-llvm-a2c22523d26aee2a4f951ba462e21c49e975f97c.zip | |
I think this file is not included by anything.
llvm-svn: 9380
| -rw-r--r-- | llvm/include/Config/strings.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/include/Config/strings.h b/llvm/include/Config/strings.h deleted file mode 100644 index b279875f69d..00000000000 --- a/llvm/include/Config/strings.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * The LLVM Compiler Infrastructure - * - * This file was developed by the LLVM research group and is distributed under - * the University of Illinois Open Source License. See LICENSE.TXT for details. - * - *===----------------------------------------------------------------------===// - * - * Description: - * This header file is the autoconf replacement for strings.h (if it lives - * on the system). - */ - -#ifndef _CONFIG_STRINGS_H -#define _CONFIG_STRINGS_H - -#include "Config/config.h" - -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif - -#endif |

