aboutsummaryrefslogtreecommitdiff
path: root/src/announce.cc
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-03-10 18:10:20 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-03-10 18:10:20 +0000
commitf86b918f68263eb829e9c4728599fbf176d5e9fd (patch)
tree9daf80b8cfd23b97fb08eaae7628eedf54ccdf65 /src/announce.cc
parentdbba9f2527a9075ce4b9b76446e099e07ad48082 (diff)
Remove source ID again; please use the build ID instead.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@170 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/announce.cc')
-rw-r--r--src/announce.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/announce.cc b/src/announce.cc
index f800921..35aa466 100644
--- a/src/announce.cc
+++ b/src/announce.cc
@@ -113,15 +113,6 @@ namespace Formaline
}
{
ostringstream filenamebuf;
- filenamebuf << out_dir << "/formaline-" << get_source_id (cctkGH);
- string const filenamestring = filenamebuf.str();
- ofstream fil;
- fil.open (filenamestring.c_str(), ios::trunc);
- fil << get_source_id (cctkGH) << endl;
- fil.close ();
- }
- {
- ostringstream filenamebuf;
filenamebuf << out_dir << "/formaline-" << get_build_id (cctkGH);
string const filenamestring = filenamebuf.str();
ofstream fil;
@@ -364,10 +355,6 @@ namespace Formaline
}
{
- stores.store ("source_id", get_source_id (cctkGH));
- }
-
- {
stores.store ("build_id", get_build_id (cctkGH));
}