summaryrefslogtreecommitdiff
path: root/futility/IGNOREME.c
diff options
context:
space:
mode:
Diffstat (limited to 'futility/IGNOREME.c')
-rw-r--r--futility/IGNOREME.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/futility/IGNOREME.c b/futility/IGNOREME.c
deleted file mode 100644
index c90c87e5..00000000
--- a/futility/IGNOREME.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#include <stdio.h>
-
-int main(int argc, char *argv[])
-{
- printf("Pay no attention to that man behind the curtain.\n");
- return 1;
-}