diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:26:38 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:26:38 -0300 |
commit | 6420d6dc4a819cf5304b69d9270da0fcdbfb60ba (patch) | |
tree | 7448b8d48b397207357910233d7213495e18b77d /storage/heap | |
parent | bdab1de458317c2dc7074eb54cec908ca320272e (diff) | |
download | mariadb-git-6420d6dc4a819cf5304b69d9270da0fcdbfb60ba.tar.gz |
WL#5486: Remove code for unsupported platforms
Remove VMS specific code.
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/hp_open.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/heap/hp_open.c b/storage/heap/hp_open.c index ef2ce15f9b3..12d9bfe1ed3 100644 --- a/storage/heap/hp_open.c +++ b/storage/heap/hp_open.c @@ -16,10 +16,6 @@ /* open a heap-database */ #include "heapdef.h" -#ifdef VMS -#include "hp_static.c" /* Stupid vms-linker */ -#endif - #include "my_sys.h" /* |