Remove pointless '#if 1' preprocessor directive.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-22 13:59:32 +00:00
parent 2f6fca9481
commit e59081d121
1 changed files with 0 additions and 2 deletions

View File

@ -849,7 +849,6 @@ static int report_func(void *stack_base, int stack_size, reg386_t *reg, uint32_t
#endif
#if 1
// emulate some functions:
switch(reg->eax){
// memory management:
@ -895,7 +894,6 @@ static int report_func(void *stack_base, int stack_size, reg386_t *reg, uint32_t
#endif
return 1;
}
#endif
#if 0
switch(reg->eax){