summaryrefslogtreecommitdiff
path: root/libcult/cult/cli/arguments.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/cli/arguments.cxx')
-rw-r--r--libcult/cult/cli/arguments.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/libcult/cult/cli/arguments.cxx b/libcult/cult/cli/arguments.cxx
deleted file mode 100644
index 28805d0..0000000
--- a/libcult/cult/cli/arguments.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-// file : cult/cli/arguments.cxx
-// author : Boris Kolpackov <boris@kolpackov.net>
-// copyright : Copyright (c) 2005-2010 Boris Kolpackov
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#include <cult/cli/arguments.hxx>
-
-namespace Cult
-{
- namespace CLI
- {
- Arguments::
- ~Arguments ()
- {
- }
-
- BasicArguments::
- ~BasicArguments ()
- {
- }
- }
-}