X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/dfg/DFGFlushFormat.cpp diff --git a/dfg/DFGFlushFormat.cpp b/dfg/DFGFlushFormat.cpp index 0bf55ba..fa483ac 100644 --- a/dfg/DFGFlushFormat.cpp +++ b/dfg/DFGFlushFormat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Apple Inc. All rights reserved. + * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -58,9 +58,6 @@ void printInternal(PrintStream& out, FlushFormat format) case FlushedJSValue: out.print("FlushedJSValue"); return; - case FlushedArguments: - out.print("FlushedArguments"); - return; case ConflictingFlush: out.print("ConflictingFlush"); return;