[10474] Cleanup vmap_assembler

* Drop dead code
* Use std::string instead of char*
* Use std::cout instead of printf()

Signed-off-by: Lynx3d <lynx3d@some-imaginary-isp.org>
This commit is contained in:
DasBlub 2010-09-11 22:04:27 +02:00 committed by Lynx3d
parent 31ea979c7c
commit ae53d49352
3 changed files with 10 additions and 119 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10473"
#define REVISION_NR "10474"
#endif // __REVISION_NR_H__