Delete byteswap.cpp

This commit is contained in:
2017-04-22 02:50:58 -05:00
parent 21b83c7188
commit d48183218c
2 changed files with 0 additions and 10 deletions
-1
View File
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
add_library(
OxStd
byteswap.cpp
memops.cpp
strops.cpp
)
-9
View File
@@ -1,9 +0,0 @@
/*
* Copyright 2015 - 2017 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "byteswap.hpp"