Move what's left of metadata::cwriter into middle::trans

This commit is contained in:
Brian Anderson 2011-06-27 16:09:28 -07:00
parent 45efb1f02a
commit df2cfac07f
5 changed files with 17 additions and 15 deletions

View file

@ -69,7 +69,6 @@ mod metadata {
mod encoder;
mod decoder;
mod creader;
mod cwriter;
}
mod driver {