Skip to content

Commit

Permalink
Removed resource copying
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 25, 2010
1 parent c1c717f commit 0d4608a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions instrument.c
Expand Up @@ -184,9 +184,6 @@ void jscoverage_instrument(const char * source,
fatal("cannot stat directory: %s", destination);
}

/* copy the resources */
jscoverage_copy_resources(destination);

/* finally: copy the directory */
struct DirListEntry * list = make_recursive_dir_list(source);
for (struct DirListEntry * p = list; p != NULL; p = p->next) {
Expand Down

0 comments on commit 0d4608a

Please sign in to comment.