diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 23:17:07 +0000 |
commit | 4f32cf118a4fbf1419b3ed18db2363cb5ad47de0 (patch) | |
tree | 697ce04c4df554405e45a16a0760ea9615c1069b /llvm/lib | |
parent | 8cc83611e6122d65d4008d7e292464797ddd7d33 (diff) | |
download | bcm5719-llvm-4f32cf118a4fbf1419b3ed18db2363cb5ad47de0.tar.gz bcm5719-llvm-4f32cf118a4fbf1419b3ed18db2363cb5ad47de0.zip |
Chuck fixed the GCC problems so this hack is now unneccesary
llvm-svn: 1519
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Bytecode/Reader/Reader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/Reader.cpp b/llvm/lib/Bytecode/Reader/Reader.cpp index d0c4d7a5ae3..cab257f6ec9 100644 --- a/llvm/lib/Bytecode/Reader/Reader.cpp +++ b/llvm/lib/Bytecode/Reader/Reader.cpp @@ -20,7 +20,6 @@ #include "llvm/iPHINode.h" #include "llvm/iOther.h" #include <sys/types.h> -typedef int blksize_t; #include <sys/stat.h> #include <sys/mman.h> #include <fcntl.h> |