summaryrefslogtreecommitdiff
path: root/protocols/examples/examples.mwc
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/examples/examples.mwc')
-rw-r--r--protocols/examples/examples.mwc14
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/examples/examples.mwc b/protocols/examples/examples.mwc
deleted file mode 100644
index 975ad4e462d..00000000000
--- a/protocols/examples/examples.mwc
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- // This doesn't work quite yet, because not all the projects
- // can be created implicitly. To fix this, we can either create
- // a separate directory for each separate project, or we can
- // add mpc files for C++NPv1/2 and other problem directories.
- // The nice thing about splitting up into separate directories is
- // that it completely eliminates mpc maintenance.
-
- implicit = example_base
- cmdline += -include $PWD
-}