From: Brian Demsky Date: Mon, 21 May 2012 07:40:46 +0000 (-0700) Subject: remove lines from other files X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=72e4ac7e09dac04744d8e1b4d8166a23fd197786 remove lines from other files --- diff --git a/main.cc b/main.cc index d24602b..5d036f2 100644 --- a/main.cc +++ b/main.cc @@ -1,5 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ - #include "libthreads.h" #include "common.h" #include "threads.h" diff --git a/mymemory.cc b/mymemory.cc index 878e6de..9d598af 100644 --- a/mymemory.cc +++ b/mymemory.cc @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ #include "mymemory.h" #include "snapshot.h" #include "snapshotimp.h" diff --git a/schedule.cc b/schedule.cc index 328bda6..e9f6cbb 100644 --- a/schedule.cc +++ b/schedule.cc @@ -1,5 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ - #include "threads.h" #include "schedule.h" #include "common.h" diff --git a/schedule.h b/schedule.h index e81ea93..68900a5 100644 --- a/schedule.h +++ b/schedule.h @@ -1,5 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ - #ifndef __SCHEDULE_H__ #define __SCHEDULE_H__ diff --git a/snapshot-interface.cc b/snapshot-interface.cc index b3da9cf..10bd809 100644 --- a/snapshot-interface.cc +++ b/snapshot-interface.cc @@ -1,5 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ - #define MYBINARYNAME "model" #define MYLIBRARYNAME "libmodel.so" #define MYALLOCNAME "libmymemory.so" diff --git a/snapshot.cc b/snapshot.cc index ca75884..9a92aac 100644 --- a/snapshot.cc +++ b/snapshot.cc @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ #include #include #include diff --git a/threads.cc b/threads.cc index 35000dc..80957ad 100644 --- a/threads.cc +++ b/threads.cc @@ -1,5 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t -*- */ - #include "libthreads.h" #include "common.h" #include "threads.h"