Skip to content

Commit 6688c5a

Browse files
author
John Nonweiler
committed
Remove redundant doxygen file header
The doxygen \file tag was included twice, as well as the brief file description, author and date. (And the second time, it had an incorrect filename.) This commit deletes the second \file comment block.
1 parent 66d271c commit 6688c5a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/goto-programs/goto_trace.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ Date: July 2005
1414
#ifndef CPROVER_GOTO_PROGRAMS_GOTO_TRACE_H
1515
#define CPROVER_GOTO_PROGRAMS_GOTO_TRACE_H
1616

17-
/*! \file goto-symex/goto_trace.h
18-
* \brief Traces through goto programs
19-
*
20-
* \author Daniel Kroening <[email protected]>
21-
* \date Sun Jul 31 21:54:44 BST 2011
22-
*/
23-
2417
#include <iosfwd>
2518
#include <vector>
2619

0 commit comments

Comments
 (0)