[nvccWarnings] Fix warnings seen with dtests on nvcc path

This commit is contained in:
Phaneendr-kumar Lanka
2017-12-13 12:32:16 +05:30
committato da Phaneendr-kumar Lanka
parent 2cdfef0f19
commit eea7d495c7
11 ha cambiato i file con 12 aggiunte e 21 eliminazioni
@@ -192,8 +192,6 @@ HostMemory<T>::~HostMemory ()
free(A_hh);
free(B_hh);
}
T *A_hh = NULL;
T *B_hh = NULL;
};