Skip to content

Commit

Permalink
Merge pull request #2061 from ibuclaw/rmutilprogress
Browse files Browse the repository at this point in the history
Remove util_progress from frontend.
  • Loading branch information
WalterBright committed Jun 1, 2013
2 parents 40188f9 + 62d02a6 commit 513f4e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions src/gluestub.c
Expand Up @@ -1510,12 +1510,6 @@ Library *Library::factory()
return NULL;
}

// ???

void util_progress()
{
}

Statement *AsmStatement::semantic(Scope *)
{
assert(0);
Expand Down
1 change: 0 additions & 1 deletion src/mars.h
Expand Up @@ -436,7 +436,6 @@ void deleteExeFile();
int runProgram();
const char *inifile(const char *argv0, const char *inifile, const char* envsectionname);
void halt();
void util_progress();

/*** Where to send error messages ***/
class Dsymbol;
Expand Down
3 changes: 0 additions & 3 deletions src/template.c
Expand Up @@ -6515,9 +6515,6 @@ void TemplateMixin::semantic(Scope *sc)
#if LOG
printf("\tdo semantic\n");
#endif
#ifndef IN_GCC
util_progress();
#endif

Scope *scx = NULL;
if (scope)
Expand Down

0 comments on commit 513f4e5

Please sign in to comment.