Chromium Code Reviews| Index: src/untrusted/nosys/issetugid.c |
| diff --git a/src/untrusted/nosys/issetugid.c b/src/untrusted/nosys/issetugid.c |
| deleted file mode 100644 |
| index 9e8d90e7bccdb3338c9a92a597cf55e0046a768d..0000000000000000000000000000000000000000 |
| --- a/src/untrusted/nosys/issetugid.c |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -/* |
| - * Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| - * Use of this source code is governed by a BSD-style license that can be |
| - * found in the LICENSE file. |
| - */ |
| - |
| - |
| -/* |
| - * Stub routine for `issetugid' for porting support. |
| - */ |
| - |
| -int issetugid(void) { |
| - return 0; |
| -} |
| - |