diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-09-10 16:22:40 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-09-10 16:24:18 +0200 |
commit | 280e23f8ee554a932c6d9e1fe141e235b80b113f (patch) | |
tree | d32e77de1fa5bc21632523f63d15ab62ccf9761f /src/ogAdmLib.h | |
parent | 7dbe1a73a0eae8a4512538d6b5df68d0b80e1fed (diff) |
#971 replace reservaMemoria() by calloc()
reservaMemoria() is only used once, remove it.
Diffstat (limited to 'src/ogAdmLib.h')
-rw-r--r-- | src/ogAdmLib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogAdmLib.h b/src/ogAdmLib.h index 59e5b6a..c52ad5c 100644 --- a/src/ogAdmLib.h +++ b/src/ogAdmLib.h @@ -87,7 +87,6 @@ typedef struct{ // Estructura de las tramas // Prototipo de funciones // ________________________________________________________________________________________________________ BOOLEAN validacionParametros(int,char**,int); -char* reservaMemoria(int); int splitCadena(char **,char *, char); char* StrToUpper(char *); void FINCADaINTRO(TRAMA*); |