Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 0d4608a

Browse files
committed
Removed resource copying
1 parent c1c717f commit 0d4608a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

instrument.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ void jscoverage_instrument(const char * source,
184184
fatal("cannot stat directory: %s", destination);
185185
}
186186

187-
/* copy the resources */
188-
jscoverage_copy_resources(destination);
189-
190187
/* finally: copy the directory */
191188
struct DirListEntry * list = make_recursive_dir_list(source);
192189
for (struct DirListEntry * p = list; p != NULL; p = p->next) {

0 commit comments

Comments
 (0)