From 9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jan 2016 11:55:15 +0200 Subject: Rename build directory/namespace to build2 --- build/dump | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 build/dump (limited to 'build/dump') diff --git a/build/dump b/build/dump deleted file mode 100644 index 8bc548e..0000000 --- a/build/dump +++ /dev/null @@ -1,18 +0,0 @@ -// file : build/dump -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD_DUMP -#define BUILD_DUMP - -#include - -namespace build -{ - // Dump the state pertaining to the specified action. - // - void - dump (action); -} - -#endif // BUILD_DUMP -- cgit v1.1