[master] 7b3bfa0 Remove unused VSC counters
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Mon Oct 20 12:15:00 CEST 2014
    
    
  
commit 7b3bfa0d4276e648ea549f7bbbda4bda3e7e8b2c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 20 10:14:32 2014 +0000
    Remove unused VSC counters
diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 3524569..7e592ef 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -449,29 +449,6 @@ VSC_F(shm_cycles,		uint64_t, 0, 'a', diag,
 
 /*--------------------------------------------------------------------*/
 
-VSC_F(sms_nreq,			uint64_t, 0, 'a', diag,
-    "SMS allocator requests",
-	""
-)
-VSC_F(sms_nobj,			uint64_t, 0, 'i', diag,
-    "SMS outstanding allocations",
-	""
-)
-VSC_F(sms_nbytes,		uint64_t, 0, 'i', diag,
-    "SMS outstanding bytes",
-	""
-)
-VSC_F(sms_balloc,		uint64_t, 0, 'i', diag,
-    "SMS bytes allocated",
-	""
-)
-VSC_F(sms_bfree,		uint64_t, 0, 'i', diag,
-    "SMS bytes freed",
-	""
-)
-
-/*--------------------------------------------------------------------*/
-
 VSC_F(backend_req,		uint64_t, 0, 'a', info,
     "Backend requests made",
 	""
    
    
More information about the varnish-commit
mailing list