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