[compiler-rt] r204324 - tsan: remove unused declaration

Dmitry Vyukov dvyukov at google.com
Thu Mar 20 03:13:31 PDT 2014


Author: dvyukov
Date: Thu Mar 20 05:13:30 2014
New Revision: 204324

URL: http://llvm.org/viewvc/llvm-project?rev=204324&view=rev
Log:
tsan: remove unused declaration

Modified:
    compiler-rt/trunk/lib/tsan/rtl/tsan_sync.h

Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_sync.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_sync.h?rev=204324&r1=204323&r2=204324&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_sync.h (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_sync.h Thu Mar 20 05:13:30 2014
@@ -22,8 +22,6 @@
 
 namespace __tsan {
 
-class SlabCache;
-
 class StackTrace {
  public:
   StackTrace();





More information about the llvm-commits mailing list