]> git.gag.com Git - fw/openocd/blobdiff - src/target/mips_m4k.c
- added myself to copyright on files i remember adding large contributions for over...
[fw/openocd] / src / target / mips_m4k.c
index 6f8c1e93a823df1bcb4e2809ffe37895562118f1..0db7a94bc5c8535f67d26b8386f6e569d712feda 100644 (file)
@@ -639,11 +639,3 @@ int mips_m4k_bulk_write_memory(target_t *target, u32 address, u32 count, u8 *buf
 {
        return mips_m4k_write_memory(target, address, 4, count, buffer);
 }
-
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */