diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:15:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:15:48 +0000 |
commit | a354de26bfee7aca7235f66f7f4db81d05a5287d (patch) | |
tree | ee2148c6cf727d1f1ecacb5b36d84d3843efcac4 /lib/System/TimeValue.cpp | |
parent | 034c4f82d9316b2674e98abf4dcf38b13aa51924 (diff) | |
download | external_llvm-a354de26bfee7aca7235f66f7f4db81d05a5287d.zip external_llvm-a354de26bfee7aca7235f66f7f4db81d05a5287d.tar.gz external_llvm-a354de26bfee7aca7235f66f7f4db81d05a5287d.tar.bz2 |
remove obviously dead uses of IncludeFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/TimeValue.cpp')
-rw-r--r-- | lib/System/TimeValue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/TimeValue.cpp b/lib/System/TimeValue.cpp index 8ecfd22..227d677 100644 --- a/lib/System/TimeValue.cpp +++ b/lib/System/TimeValue.cpp @@ -56,4 +56,3 @@ TimeValue::normalize( void ) { #include "Win32/TimeValue.inc" #endif -DEFINING_FILE_FOR(SystemTimeValue) |