diff options
Diffstat (limited to 'storage/innobase/os/os0proc.cc')
-rw-r--r-- | storage/innobase/os/os0proc.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/os/os0proc.cc b/storage/innobase/os/os0proc.cc index 801e4e8b9d9..9309c1f2c97 100644 --- a/storage/innobase/os/os0proc.cc +++ b/storage/innobase/os/os0proc.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1995, 2014, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1995, 2016, 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 @@ -27,10 +27,6 @@ Created 9/30/1995 Heikki Tuuri #include "ha_prototypes.h" #include "os0proc.h" -#ifdef UNIV_NONINL -#include "os0proc.ic" -#endif - #include "srv0srv.h" #include "ut0mem.h" #include "ut0byte.h" |