summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-22 17:51:28 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-22 17:51:28 +0000
commita2c22523d26aee2a4f951ba462e21c49e975f97c (patch)
tree0af39e7a54fbcd250cbccac60ec5237a7d6d35ae
parentb00e1061e1acb5c02e81632668d6b2be0cf275d7 (diff)
downloadbcm5719-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.h23
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
OpenPOWER on IntegriCloud