diff options
author | msvensson@shellback.(none) <> | 2008-01-17 15:42:50 +0100 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2008-01-17 15:42:50 +0100 |
commit | b3fe06cded675ae7724256298a6ef7121ea82ed7 (patch) | |
tree | 923e82abe99f31cd86ad56af0a909253993d84b7 /storage | |
parent | 717f56e792bcd1c8cfc3405e31be640b53365a06 (diff) | |
download | mariadb-git-b3fe06cded675ae7724256298a6ef7121ea82ed7.tar.gz |
Remove "#pragma once" it's already done by "#ifndef DBUTIL_HPP"
Diffstat (limited to 'storage')
-rwxr-xr-x | storage/ndb/test/include/DbUtil.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/ndb/test/include/DbUtil.hpp b/storage/ndb/test/include/DbUtil.hpp index 5ca5fca290c..c143f0edd70 100755 --- a/storage/ndb/test/include/DbUtil.hpp +++ b/storage/ndb/test/include/DbUtil.hpp @@ -19,9 +19,6 @@ #ifndef DBUTIL_HPP #define DBUTIL_HPP -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 #include <time.h> #include <stdio.h> #include <string.h> |