From d48183218c7dda1d6da715c017f2c0c73f108419 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 22 Apr 2017 02:50:58 -0500 Subject: [PATCH] Delete byteswap.cpp --- src/ox/std/CMakeLists.txt | 1 - src/ox/std/byteswap.cpp | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 src/ox/std/byteswap.cpp diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index 70d68550f..fe05c4d5f 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8) add_library( OxStd - byteswap.cpp memops.cpp strops.cpp ) diff --git a/src/ox/std/byteswap.cpp b/src/ox/std/byteswap.cpp deleted file mode 100644 index 68801f3d6..000000000 --- a/src/ox/std/byteswap.cpp +++ /dev/null @@ -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"