summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:26:38 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:26:38 -0300
commit6420d6dc4a819cf5304b69d9270da0fcdbfb60ba (patch)
tree7448b8d48b397207357910233d7213495e18b77d /storage/heap
parentbdab1de458317c2dc7074eb54cec908ca320272e (diff)
downloadmariadb-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.c4
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"
/*