summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/Gadget_Part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Smart_Pointers/Gadget_Part.cpp')
-rw-r--r--examples/Smart_Pointers/Gadget_Part.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/Smart_Pointers/Gadget_Part.cpp b/examples/Smart_Pointers/Gadget_Part.cpp
deleted file mode 100644
index 9f08f2a61e7..00000000000
--- a/examples/Smart_Pointers/Gadget_Part.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -*- C++ -*- */
-//=============================================================================
-/**
- * @file Gadget_Part.cpp
- *
- * $Id$
- *
- * @author Christopher Kohlhoff <chris@kohlhoff.com>
- */
-//=============================================================================
-
-#include "Gadget_Part.h"
-
-Gadget_Part::~Gadget_Part (void)
-{
-}