mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
/// Struct used in sn_prl_ga for every line of a script.
|
||||
typedef struct sn_prl_S {
|
||||
typedef struct {
|
||||
int snp_count; ///< nr of times line was executed
|
||||
proftime_T sn_prl_total; ///< time spent in a line + children
|
||||
proftime_T sn_prl_self; ///< time spent in a line itself
|
||||
|
Reference in New Issue
Block a user