From a379ec2b9a55b0941a2f4de401aaecf9193318e0 Mon Sep 17 00:00:00 2001 From: Aras Pranckevicius Date: Sun, 3 Feb 2013 10:15:31 +0200 Subject: [PATCH] gcd: cleanup --- opensubdiv/osd/gcdComputeController.cpp | 1 - opensubdiv/osd/gcdDispatcher.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/opensubdiv/osd/gcdComputeController.cpp b/opensubdiv/osd/gcdComputeController.cpp index bded7df1..aad51ef4 100644 --- a/opensubdiv/osd/gcdComputeController.cpp +++ b/opensubdiv/osd/gcdComputeController.cpp @@ -68,7 +68,6 @@ OsdGcdComputeController::OsdGcdComputeController() { void OsdGcdComputeController::Synchronize() { - // XXX: } } // end namespace OPENSUBDIV_VERSION diff --git a/opensubdiv/osd/gcdDispatcher.cpp b/opensubdiv/osd/gcdDispatcher.cpp index 8689346e..bafe5e54 100644 --- a/opensubdiv/osd/gcdDispatcher.cpp +++ b/opensubdiv/osd/gcdDispatcher.cpp @@ -59,9 +59,6 @@ #include "../osd/gcdKernel.h" #include "../osd/cpuComputeContext.h" -//#include -//#include - namespace OpenSubdiv { namespace OPENSUBDIV_VERSION {