compiler: Remove --code argument
authorColin Walters <walters@verbum.org>
Tue, 17 Aug 2010 16:45:25 +0000 (12:45 -0400)
committerColin Walters <walters@verbum.org>
Tue, 17 Aug 2010 16:45:25 +0000 (12:45 -0400)
commitac81f3e8c5f1c380d16677232d67466e739da283
tree497c9f874ec7ff5f56d3a57b2ecb0c589cfdf8d0
parentf1d3945a415f10fd6d77cd8dc478c60f6023ea29
compiler: Remove --code argument

It can't really work right now because we rely on dumping data at runtime,
which requires the library.  If in the future we support static scanning,
we can reinvestigate embedded typelibs.
tools/compiler.c