Skip to content
Snippets Groups Projects
Commit fd1f1a65 authored by yaskovet's avatar yaskovet
Browse files

Remove old unused file ptr_info.hpp

parent 07c4d629
No related branches found
No related tags found
No related merge requests found
Pipeline #7239 failed
/*
* ptr_info.hpp
*
* Created on: Nov 19, 2015
* Author: i-bird
*/
#ifndef OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
#define OPENFPM_DEVICES_SRC_PTR_INFO_HPP_
struct ptr_info
{
size_t id = 0;
size_t struct_id = 0;
size_t project_id = 0;
size_t size = 0;
size_t ref_id = 0;
};
#endif /* OPENFPM_DEVICES_SRC_PTR_INFO_HPP_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment