about summary refs log tree commit diff stats
path: root/subx/011run.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-25 22:55:21 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-25 22:55:21 -0700
commit0c7f08cea081644ef1f79cda065c716f76b7db32 (patch)
treec65d01a3a7834d69fe7c0981750e3926af104bf7 /subx/011run.cc
parent68ccf4d3245e78c869f25ffc5078f267eb22a9ee (diff)
downloadmu-0c7f08cea081644ef1f79cda065c716f76b7db32.tar.gz
5479
Diffstat (limited to 'subx/011run.cc')
-rw-r--r--subx/011run.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/subx/011run.cc b/subx/011run.cc
index 1730c790..194676d8 100644
--- a/subx/011run.cc
+++ b/subx/011run.cc
@@ -28,8 +28,6 @@ put_new(Help, "syntax",
   "at runtime, but can be handy when rewriting macros.\n"
   "\n"
   "Check out the examples in the examples/ directory.\n"
-  "Programming in machine code can be annoying, but let's see if we can make\n"
-  "it nice enough to be able to write a compiler in it.\n"
 );
 :(before "End Help Contents")
 cerr << "  syntax\n";