summaryrefslogtreecommitdiff
path: root/storage/innobase/ut/ut0vec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/ut/ut0vec.cc')
-rw-r--r--storage/innobase/ut/ut0vec.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/innobase/ut/ut0vec.cc b/storage/innobase/ut/ut0vec.cc
index 5842d9f1c0e..f4a893967c7 100644
--- a/storage/innobase/ut/ut0vec.cc
+++ b/storage/innobase/ut/ut0vec.cc
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 2006, 2011, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2006, 2014, Oracle and/or its affiliates. All Rights Reserved.
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
@@ -31,7 +31,6 @@ Created 4/6/2006 Osku Salerma
/********************************************************************
Create a new vector with the given initial size. */
-UNIV_INTERN
ib_vector_t*
ib_vector_create(
/*=============*/
@@ -61,7 +60,6 @@ ib_vector_create(
/********************************************************************
Resize the vector, currently the vector can only grow and we
expand the number of elements it can hold by 2 times. */
-UNIV_INTERN
void
ib_vector_resize(
/*=============*/