Remove some stray invalid code in start_profiler() [Oliver Stoneberg]

This commit is contained in:
Scott Stone 2010-04-23 16:51:51 +00:00
parent 92cc6e14e7
commit d90ce8dfe3

View File

@ -1021,8 +1021,6 @@ static void start_profiler(void)
HANDLE currentThread; HANDLE currentThread;
BOOL result; BOOL result;
assert_always(
// parse the map file, if present // parse the map file, if present
parse_map_file(); parse_map_file();