From 72e4ac7e09dac04744d8e1b4d8166a23fd197786 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Mon, 21 May 2012 00:40:46 -0700 Subject: [PATCH] remove lines from other files --- main.cc | 2 -- mymemory.cc | 1 - schedule.cc | 2 -- schedule.h | 2 -- snapshot-interface.cc | 2 -- snapshot.cc | 1 - threads.cc | 2 -- 7 files changed, 12 deletions(-) diff --git a/main.cc b/main.cc index d24602be..5d036f2d 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 878e6de9..9d598af7 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 328bda69..e9f6cbb9 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 e81ea935..68900a56 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 b3da9cf9..10bd8097 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 ca758841..9a92aac2 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 35000dc1..80957adf 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" -- 2.34.1