style: clean up

This commit is contained in:
3lswear
2022-02-27 20:23:08 +03:00
parent b0b5df2b38
commit f31ef131c1
4 changed files with 0 additions and 101 deletions

View File

@@ -1,27 +1,5 @@
#include "TOMLNode.hpp"
/* toml_node::toml_node(void) */
/* { */
/* return; */
/* } */
/* toml_node::toml_node(const toml_node &src) */
/* { */
/* *this = src; */
/* return; */
/* } */
/* toml_node::~toml_node(void) */
/* { */
/* return; */
/* } */
/* toml_node &toml_node::operator=(const toml_node &rhs) */
/* { */
/* //code */
/* return (*this); */
/* } */
toml_node::e_type toml_node::get_type(void)
{
return (type);