From 0e1dbe871156954b0dbb88b4906037ee1f211bb5 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 25 Aug 2012 01:29:17 +0000 Subject: [PATCH] Remove non-existent files This commit was SVN r27136. --- orte/test/mpi/Makefile.include | 2 -- 1 file changed, 2 deletions(-) diff --git a/orte/test/mpi/Makefile.include b/orte/test/mpi/Makefile.include index 7d865531da..8e716de2ba 100644 --- a/orte/test/mpi/Makefile.include +++ b/orte/test/mpi/Makefile.include @@ -33,7 +33,6 @@ EXTRA_DIST += \ test/mpi/abort.c \ test/mpi/accept.c \ test/mpi/bad_exit.c \ - test/mpi/cell_spawn.c \ test/mpi/concurrent_spawn.c \ test/mpi/connect.c \ test/mpi/crisscross.c \ @@ -49,7 +48,6 @@ EXTRA_DIST += \ test/mpi/pubsub.c \ test/mpi/sendrecv_blaster.c \ test/mpi/simple_spawn.c \ - test/mpi/slave_spawn.c \ test/mpi/slave.c \ test/mpi/spawn_multiple.c \ test/mpi/ziatest.c \