aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/TimeValue.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-18 19:15:48 +0000
committerChris Lattner <sabre@nondot.org>2007-12-18 19:15:48 +0000
commita354de26bfee7aca7235f66f7f4db81d05a5287d (patch)
treeee2148c6cf727d1f1ecacb5b36d84d3843efcac4 /include/llvm/System/TimeValue.h
parent034c4f82d9316b2674e98abf4dcf38b13aa51924 (diff)
downloadexternal_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 'include/llvm/System/TimeValue.h')
-rw-r--r--include/llvm/System/TimeValue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 93610b8..6dfee4d 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/DataTypes.h"
-#include "llvm/System/IncludeFile.h"
#include <string>
#ifndef LLVM_SYSTEM_TIMEVALUE_H
@@ -380,6 +379,4 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
}
}
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemTimeValue)
-
#endif