remove lines from other files
authorBrian Demsky <bdemsky@uci.edu>
Mon, 21 May 2012 07:40:46 +0000 (00:40 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Mon, 21 May 2012 07:40:46 +0000 (00:40 -0700)
main.cc
mymemory.cc
schedule.cc
schedule.h
snapshot-interface.cc
snapshot.cc
threads.cc

diff --git a/main.cc b/main.cc
index d24602bea33fa2139975d5b148c4bfc509129345..5d036f2d5c940350633f98defb5165d4cba63704 100644 (file)
--- 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"
index 878e6de95810c60abd3df4c94a29fa7be4bbd0e4..9d598af7dfec11d77add4ecf02dbc845df924e00 100644 (file)
@@ -1,4 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
 #include "mymemory.h"
 #include "snapshot.h"
 #include "snapshotimp.h"
index 328bda6990c3e55a61574261f893fa77a9031eaa..e9f6cbb9287e926cc6978524f864066c84ebc7f3 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #include "threads.h"
 #include "schedule.h"
 #include "common.h"
index e81ea935cc961b1568a25e095ae0ca4a6c9813bd..68900a56918add354fe471418567c1d289eca49c 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #ifndef __SCHEDULE_H__
 #define __SCHEDULE_H__
 
index b3da9cf95b8c4dc929c5a7c3173696d18014d001..10bd809779d7651f642e4b7918ebc7a260bd1d9b 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #define MYBINARYNAME "model"
 #define MYLIBRARYNAME "libmodel.so"
 #define MYALLOCNAME  "libmymemory.so"
index ca7588415ce6ee27cb446c5af01ab148f1e5a844..9a92aac259d644a62c3fef5b672b621d55d4d888 100644 (file)
@@ -1,4 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
 #include <inttypes.h>
 #include <sys/mman.h>
 #include <unistd.h>
index 35000dc17d2ad40f73ea3652f0b634dd9f95678b..80957adf7b1709c015b4a30bc82deacc98767b92 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #include "libthreads.h"
 #include "common.h"
 #include "threads.h"