diff options
Diffstat (limited to 'changes/renaming_identifiers')
-rw-r--r-- | changes/renaming_identifiers | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/renaming_identifiers b/changes/renaming_identifiers deleted file mode 100644 index 5a49f8f0c7..0000000000 --- a/changes/renaming_identifiers +++ /dev/null @@ -1,9 +0,0 @@ - o Code simplifications and refactorings: - - Rename a handful of old identifiers, mostly related to crypto - structures and crypto functions. By convention, our "create an - object" functions are called "type_new()", our "free an object" - functions are called "type_free()", and our types indicate that - they are types only with a final "_t". But a handful of older - types and functions broke these rules, with function names like - "type_create" or "subsystem_op_type", or with type names like - type_env_t. |