Skip to content
forked from BOINC/boinc

Commit

Permalink
Remove unused BOINC_RCSID constants
Browse files Browse the repository at this point in the history
This fixes BOINC#2953

Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 12, 2019
1 parent 3979d30 commit 1ce3793
Show file tree
Hide file tree
Showing 69 changed files with 65 additions and 208 deletions.
4 changes: 1 addition & 3 deletions api/boinc_api_fortran.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -130,5 +130,3 @@ void boinc_zip_(int* zipmode, const char* zipfile,
#endif

} // extern "C"

const char *BOINC_RCSID_4f5153609c = "$Id$";
4 changes: 1 addition & 3 deletions api/graphics_api.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -98,5 +98,3 @@ bool boinc_graphics_possible() {
#endif
return true;
}

const char *BOINC_RCSID_b2ceed0813 = "$Id$";
4 changes: 1 addition & 3 deletions api/graphics_data.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -77,5 +77,3 @@ GRAPHICS_BUFFER* GRAPHICS_DOUBLE_BUFFER::get_generate_buffer(bool first) {
void GRAPHICS_DOUBLE_BUFFER::generate_done(GRAPHICS_BUFFER* b) {
b->state = GB_STATE_GENERATED;
}

const char *BOINC_RCSID_ebfbd0f929 = "$Id$";
4 changes: 1 addition & 3 deletions api/graphics_impl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -266,5 +266,3 @@ void get_window_title(APP_INIT_DATA& aid, char* buf, int len) {
);
}
}

const char *BOINC_RCSID_6e92742852 = "$Id$";
4 changes: 1 addition & 3 deletions api/graphics_impl_lib.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -50,5 +50,3 @@ void block_sigalrm() {
pthread_sigmask(SIG_BLOCK, &mask, NULL);
}
#endif

const char *BOINC_RCSID_9886dee259 = "$Id$";
4 changes: 1 addition & 3 deletions api/graphics_lib.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -174,5 +174,3 @@ bool boinc_graphics_possible() {
#endif
return true;
}

const char *BOINC_RCSID_93054c7e32 = "$Id$";
4 changes: 1 addition & 3 deletions api/static_graphics.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -72,5 +72,3 @@ void app_graphics_resize(int w, int h) {

void app_graphics_reread_prefs() {
}

const char *BOINC_RCSID_ebba08c46e = "$Id$";
2 changes: 0 additions & 2 deletions api/windows_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,5 +539,3 @@ void win_graphics_event_loop() {

SetEvent(hQuitEvent); // Signal the worker thread that we're quitting
}

const char *BOINC_RCSID_462f482d81 = "$Id$";
5 changes: 1 addition & 4 deletions api/x_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -671,6 +671,3 @@ void xwin_graphics_event_loop() {
glutMainLoop();
if (debug) fprintf(stderr, "glutMainLoop() returned!! This should never happen...\n");
}


const char *BOINC_RCSID_c457a14644 = "$Id$";
4 changes: 1 addition & 3 deletions apps/1sec.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -34,5 +34,3 @@ int main() {
fprintf(f, "done\n");
fclose(f);
}

const char *BOINC_RCSID_afc4016a8b = "$Id$";
4 changes: 1 addition & 3 deletions apps/concat.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -151,5 +151,3 @@ int main(int argc, char** argv) {
boinc_finish(0);
return 0;
}

const char *BOINC_RCSID_8254ea59c3 = "$Id$";
4 changes: 1 addition & 3 deletions apps/error.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -34,5 +34,3 @@ int main() {
}
fprintf(stderr, "APP: upper_case ending, wrote %d chars\n", n);
}

const char *BOINC_RCSID_130fd0309d = "$Id$";
5 changes: 1 addition & 4 deletions apps/upper_case.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -304,6 +304,3 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR Args, int WinMode
return main(argc, argv);
}
#endif

const char *BOINC_RCSID_33ac47a071 = "$Id$";

5 changes: 1 addition & 4 deletions clientgui/ViewMessages.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -612,6 +612,3 @@ bool CViewMessages::CloseClipboard() {
}

#endif


const char *BOINC_RCSID_0be7149475 = "$Id: ViewMessages.cpp 21706 2010-06-08 18:56:53Z davea $";
2 changes: 0 additions & 2 deletions clientsetup/win/stdafx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

const char *BOINC_RCSID_be7b382649="$Id$";
5 changes: 1 addition & 4 deletions db/boinc_db.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -2896,6 +2896,3 @@ void DB_CONSENT_TYPE::db_parse(MYSQL_ROW &r) {
project_specific = atoi(r[i++]);
privacypref = atoi(r[i++]);
}


const char *BOINC_RCSID_ac374386c8 = "$Id$";
4 changes: 1 addition & 3 deletions db/db_base.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -530,5 +530,3 @@ void escape_mysql_like_pattern(const char* in, char* out) {
*out++ = *in++;
}
}

const char *BOINC_RCSID_43d919556b = "$Id$";
4 changes: 1 addition & 3 deletions lib/crypt_prog.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -434,5 +434,3 @@ int main(int argc, char** argv) {
}
return 0;
}

const char *BOINC_RCSID_6633b596b9 = "$Id$";
2 changes: 0 additions & 2 deletions lib/md5_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ int main(int, char** argv) {

return 0;
}

const char *BOINC_RCSID_c6f4ef0a81 = "$Id$";
5 changes: 1 addition & 4 deletions lib/msg_queue.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -91,6 +91,3 @@ int destroy_message_queue(key_t key) {
}
return 0;
}


const char *BOINC_RCSID_7b5e8a534b = "$Id$";
4 changes: 1 addition & 3 deletions lib/msg_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -58,5 +58,3 @@ int main(int argc, char** argv) {

return 0;
}

const char *BOINC_RCSID_7ce3817f4c = "$Id$";
4 changes: 1 addition & 3 deletions lib/sched_msgs.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -64,5 +64,3 @@ void SCHED_MSG_LOG::flush() {
}
}
#endif

const char *BOINC_RCSID_b40ff9bb53 = "$Id$";
4 changes: 1 addition & 3 deletions lib/shmem_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -46,5 +46,3 @@ int main(int argc, char** argv) {

return 0;
}

const char *BOINC_RCSID_6911713ff8 = "$Id$";
4 changes: 1 addition & 3 deletions lib/synch_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -39,5 +39,3 @@ int main(int argc, char** argv) {

return 0;
}

const char *BOINC_RCSID_7eba26a197 = "$Id$";
4 changes: 1 addition & 3 deletions sched/antique_file_deleter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2012 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -358,5 +358,3 @@ int main(int argc, char** argv) {

return retval;
}

const char *BOINC_RCSID_bd0d4938a6 = "$Id$";
5 changes: 1 addition & 4 deletions sched/assimilator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2015 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -328,6 +328,3 @@ int main(int argc, char** argv) {
check_stop_daemons();
} while (!one_pass);
}


const char *BOINC_RCSID_7841370789 = "$Id$";
4 changes: 1 addition & 3 deletions sched/db_dump.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -1355,5 +1355,3 @@ int main(int argc, char** argv) {
}
log_messages.printf(MSG_NORMAL, "db_dump finished\n");
}

const char *BOINC_RCSID_500089bde6 = "$Id$";
4 changes: 1 addition & 3 deletions sched/db_purge.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -903,5 +903,3 @@ int main(int argc, char** argv) {
// files and database are closed by exit handler
exit(0);
}

const char *BOINC_RCSID_0c1c4336f1 = "$Id$";
4 changes: 1 addition & 3 deletions sched/delete_file.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2019 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -115,5 +115,3 @@ int main(int argc, char** argv) {
boinc_db.close();
return retval;
}

const char *BOINC_RCSID_f6337b04b0 = "$Id$";
Loading

0 comments on commit 1ce3793

Please sign in to comment.