You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
replace header guards with #pragma once
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef BRM_SAVES_EM_SYSTEM_TABLES_BLOB
|
||||
#define BRM_SAVES_EM_SYSTEM_TABLES_BLOB
|
||||
#pragma once
|
||||
|
||||
// Generated by hexdump -C BRM_saves_em for initial system catalog.
|
||||
// TODO: This could be compressed by simple `run-length encoding`
|
||||
@ -337,4 +336,3 @@ static const uint8_t BRM_saves_em_system_tables_blob[] = {
|
||||
0x00, 0x94, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0xff, 0xff, 0x03,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
#endif
|
||||
|
@ -15,8 +15,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#ifndef REBUILD_EM_H
|
||||
#define REBUILD_EM_H
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
@ -228,4 +227,3 @@ class ChunkManagerWrapperDict : public ChunkManagerWrapper
|
||||
};
|
||||
|
||||
} // namespace RebuildExtentMap
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user