diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:12:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:12:20 +0000 |
commit | 66392d4260cdd1a98f9ce908d99e3cf9a31432e2 (patch) | |
tree | 1917551cf9571644f906b3562d3dbf881d63bb63 /lib/Frontend/CacheTokens.cpp | |
parent | 26fc28d88e6ff0279e37074cc304e0cfe3e31714 (diff) |
zap dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CacheTokens.cpp')
-rw-r--r-- | lib/Frontend/CacheTokens.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/CacheTokens.cpp b/lib/Frontend/CacheTokens.cpp index 53f7362ac2..2defce340f 100644 --- a/lib/Frontend/CacheTokens.cpp +++ b/lib/Frontend/CacheTokens.cpp @@ -189,8 +189,6 @@ class PTHWriter { void Emit16(uint32_t V) { ::Emit16(Out, V); } - void Emit24(uint32_t V) { ::Emit24(Out, V); } - void Emit32(uint32_t V) { ::Emit32(Out, V); } void EmitBuf(const char *Ptr, unsigned NumBytes) { |