From 22ff9495ec0a4106eecf196e557b2ce24f3646a4 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Wed, 4 Dec 2019 17:00:16 -0700 Subject: [PATCH] Delete unused `jsonv/extract.hpp`. Fixes issue #104. --- include/jsonv/extract.hpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/jsonv/extract.hpp diff --git a/include/jsonv/extract.hpp b/include/jsonv/extract.hpp deleted file mode 100644 index 74c36e5..0000000 --- a/include/jsonv/extract.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/** \file jsonv/extract.hpp - * Extract a C++ class from a JSON value. - * - * Copyright (c) 2015 by Travis Gockel. All rights reserved. - * - * This program is free software: you can redistribute it and/or modify it under the terms of the Apache License - * as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later - * version. - * - * \author Travis Gockel (travis@gockelhut.com) -**/ -#ifndef __JSONV_EXTRACT_HPP_INCLUDED__ -#define __JSONV_EXTRACT_HPP_INCLUDED__ - -#include - -namespace jsonv -{ - - -} - -#endif/*__JSONV_EXTRACT_HPP_INCLUDED__*/