]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Timer.cc: remove global thread variable
authorSamuel Just <samuel.just@dreamhost.com>
Mon, 7 Nov 2011 23:04:45 +0000 (15:04 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Mon, 7 Nov 2011 23:04:45 +0000 (15:04 -0800)
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/common/Timer.cc

index 8aa0c121e5c2263f23fdfc9c4b018a8d9cc08fc1..53e6d8dda3d08ec9e1061e90737fd133a36fd04f 100644 (file)
@@ -38,7 +38,7 @@ public:
     parent->timer_thread();
     return NULL;
   }
-} *thread;
+};