summaryrefslogtreecommitdiff
path: root/storage/innobase/include/sync0types.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-01-22 16:29:43 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-01-22 16:29:43 +0200
commit30f1d2f642a0f9702e799b0153b28f0d402a8073 (patch)
treea4704855aa1a8360f02500cf939dbf4246469edd /storage/innobase/include/sync0types.h
parentd04e1d4bdc956e6c8768df895b9d7607b543fff8 (diff)
downloadmariadb-git-30f1d2f642a0f9702e799b0153b28f0d402a8073.tar.gz
Remove useless method LatchCounter::sum_deregister()
Diffstat (limited to 'storage/innobase/include/sync0types.h')
-rw-r--r--storage/innobase/include/sync0types.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/storage/innobase/include/sync0types.h b/storage/innobase/include/sync0types.h
index d7583f87f3b..711225041bc 100644
--- a/storage/innobase/include/sync0types.h
+++ b/storage/innobase/include/sync0types.h
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
-Copyright (c) 2017, MariaDB Corporation.
+Copyright (c) 2017, 2018, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -640,14 +640,6 @@ public:
return(count);
}
- /** Deregister the count. We don't do anything
- @param[in] count The count instance to deregister */
- void sum_deregister(Count* count)
- UNIV_NOTHROW
- {
- /* Do nothing */
- }
-
/** Register a single instance counter */
void single_register(Count* count)
UNIV_NOTHROW