This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] tracepoint: Remove unnecessary const_cast


*** TEST RESULTS FOR COMMIT 09b847f3a85ca29ec20ada375fe67843755b6413 ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 09b847f3a85ca29ec20ada375fe67843755b6413

tracepoint: Remove unnecessary const_cast

We are passing a const char * to a const char * parameter, the
const_cast is not necessary.

gdb/ChangeLog:

	* tracepoint.c (tfind_command): Remove const_cast.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]