make/Images.gmk
changeset 44724 8efb5c82a573
parent 44309 b8d71b012f72
child 44729 c426e90f08d2
--- a/make/Images.gmk	Thu Apr 13 14:38:13 2017 -0700
+++ b/make/Images.gmk	Mon Apr 17 19:23:42 2017 -0700
@@ -349,17 +349,6 @@
 endif
 
 ################################################################################
-# /sample dir
-
-$(eval $(call SetupCopyFiles, COPY_SAMPLES, \
-    SRC := $(SUPPORT_OUTPUTDIR)/sample/image, \
-    DEST := $(JDK_IMAGE_DIR)/sample, \
-    FILES := $(if $(wildcard $(SUPPORT_OUTPUTDIR)/sample/image), \
-        $(call CacheFind,$(SUPPORT_OUTPUTDIR)/sample/image))))
-
-JDK_TARGETS += $(COPY_SAMPLES)
-
-################################################################################
 # Code coverage data files
 
 ifeq ($(GCOV_ENABLED), true)